]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2012-09-07  Tom LaneCentralize libpq's low-level code for dropping a connec...
2012-09-06  Robert HaasUpdate syntax shown for \copy to match new syntax for...
2012-09-06  Robert HaasFix "too many arguments" messages not to index off...
2012-09-06  Tom LaneAllow embedded spaces without quoting in unix_socket_di...
2012-09-06  Tom LaneFix typo in information_schema documentation.
2012-09-06  Andrew DunstanIn pg_upgrade, try a few times to open a log file.
2012-09-06  Peter Eisentrautpgbench: Show better progress when loading tuples
2012-09-06  Heikki LinnakangasFix WAL file replacement during cascading replication...
2012-09-06  Tom LaneFix inappropriate error messages for Hot Standby miscon...
2012-09-06  Tom LaneMake one last copy-editing pass over the 9.2 release...
2012-09-05  Andrew DunstanFix pg_upgrade test script's line end handling on Windows.
2012-09-05  Andrew DunstanFix line end mishandling in pg_upgrade on Windows.
2012-09-05  Tom LaneRestore SIGFPE handler after initializing PL/Perl.
2012-09-05  Tom LaneSilence -Wunused-result warning in contrib/pg_upgrade.
2012-09-05  Robert Haassepgsql cleanups.
2012-09-05  Tom LaneFix PARAM_EXEC assignment mechanism to be safe in the...
2012-09-05  Alvaro HerreraTrim spgist_private.h inclusion
2012-09-05  Heikki LinnakangasFix compiler warnings about unused variables, caused...
2012-09-05  Bruce MomjianIn pg_upgrade, document why we can't issue \n\n in...
2012-09-05  Heikki LinnakangasFix bugs in cascading replication with recovery_target_...
2012-09-05  Kevin GrittnerFix serializable mode with index-only scans.
2012-09-05  Kevin GrittnerAllow isolation tests to specify multiple setup blocks.
2012-09-04  Bruce MomjianRemove src/tool/backend, now that the content is on...
2012-09-04  Andrew DunstanFix transcription error.
2012-09-04  Bruce MomjianDocument that pg_upgrade requires PGHOST be set for...
2012-09-04  Magnus HaganderChange "restoring" to "processing" in message from...
2012-09-04  Magnus HaganderMention basebackup-from-slave next to cascading replication
2012-09-04  Andrew DunstanFix command echoing in pg_upgade's analyze script for...
2012-09-04  Magnus HaganderRemove some useless trailing whitespace
2012-09-04  Andrew DunstanIndent fix_path_separator() header properly.
2012-09-04  Bruce MomjianFix to_date() and to_timestamp() to allow specification...
2012-09-04  Andrew DunstanAllow pg_upgrade "make check" to run on Windows/MSys.
2012-09-04  Bruce MomjianIn pg_upgrade, pull the port number from postmaster...
2012-09-03  Andrew DunstanUse correct path separator for Windows builtin commands.
2012-09-03  Tom LaneReplace memcpy() calls in xlog.c critical sections...
2012-09-03  Andrew DunstanFix bugs in exec.c that prevented pg_upgrade working...
2012-09-03  Tom LaneFix pg_upgrade to cope with non-default unix_socket_dir...
2012-09-03  Tom LaneMake psql's \d+ show reloptions for all relkinds.
2012-09-02  Bruce MomjianUpdate URLs that pointed to sun.com; either repoint...
2012-09-02  Bruce MomjianAdd small doc mention that libpq is named after POSTQUEL.
2012-09-01  Tom LaneDrop cheap-startup-cost paths during add_path() if...
2012-09-01  Tom LaneFix mark_placeholder_maybe_needed to handle LATERAL...
2012-09-01  Bruce MomjianRevert doc patch 305557984dd964ac397c6752e9d0f14646b60f...
2012-09-01  Tom LaneFix broken link in installation.sgml.
2012-09-01  Robert HaasCross-link to doc build requirements from install requi...
2012-09-01  Tom LaneMore documentation updates for LATERAL.
2012-09-01  Peter Eisentrautpsql: Reduce compatibility warning
2012-09-01  Andrew DunstanRestore setting of _USE_32BIT_TIME_T to 32 bit MSVC...
2012-08-31  Tom LanePartially restore qual scope checks in distribute_qual_...
2012-08-31  Tom LaneFix LATERAL references to join alias variables.
2012-08-31  Bruce MomjianIn pg_upgade, document that the port numbers must be...
2012-08-31  Tom LaneMake configure probe for mbstowcs_l as well as wcstombs_l.
2012-08-31  Heikki LinnakangasFix typos in README.
2012-08-31  Tom LaneImprove coding of gistchoose and gistRelocateBuildBuffe...
2012-08-31  Bruce MomjianAdd Perl emacs formatting macros to src/tools/editors...
2012-08-30  Bruce MomjianClarify FreeBSD instructions in pg_test_timing.
2012-08-30  Bruce MomjianProperly document that SIGTERM is OK for users to use...
2012-08-30  Bruce MomjianRevert 1fbc30f1dca6624c01a9a6a9ff711a7036c68532 because the
2012-08-30  Bruce MomjianRemove doc mention of --enable-shared, per Tom.
2012-08-30  Bruce MomjianDocument that max_locks_per_transaction might need...
2012-08-30  Alvaro HerreraSplit tuple struct defs from htup.h to htup_details.h
2012-08-30  Bruce MomjianRemove configure flag --disable-shared, as it is no...
2012-08-30  Robert HaasFix checkpoint_timeout documentation to reflect current...
2012-08-30  Bruce MomjianDocument that log_autovacuum_min_duration can be used...
2012-08-30  Tom LaneSuppress creation of backwardly-indexed paths for LATER...
2012-08-30  Robert HaasDocument how to prevent PostgreSQL itself from exhausti...
2012-08-30  Heikki LinnakangasFix division by zero in the new range type histogram...
2012-08-30  Robert HaasAdd missing period to detail message.
2012-08-30  Robert HaasDocument that COPY OUT requires an absolute pathname.
2012-08-30  Bruce MomjianRemove old documentation warnings about the use of...
2012-08-30  Robert HaasFix logic bug in gistchoose and gistRelocateBuildBuffer...
2012-08-30  Tom LaneImprove EXPLAIN's ability to cope with LATERAL referenc...
2012-08-30  Robert HaasComment fixes.
2012-08-30  Robert HaasDocument that xslt-related RPMs may be needed to build...
2012-08-30  Peter EisentrautAlso check for Python platform-specific include directory
2012-08-30  Tom LaneAdjust definition of cheapest_total_path to work better...
2012-08-30  Bruce MomjianDocument that NOTIFY events are visible to all users.
2012-08-29  Bruce MomjianReport postmaster.pid file as empty if it is empty...
2012-08-29  Heikki LinnakangasOptimize SP-GiST insertions.
2012-08-29  Alvaro HerreraFix assorted compilation failures in contrib
2012-08-29  Peter EisentrautAdd strerror() string to chdir() error message
2012-08-28  Alvaro HerreraSplit heapam_xlog.h from heapam.h
2012-08-28  Alvaro Herreraremove catcache.h from syscache.h
2012-08-28  Alvaro HerreraSplit resowner.h
2012-08-28  Alvaro Herreraadd #includes to plpy_subxactobject.h to make it compil...
2012-08-28  Tom LaneRemove pg_stat_statements--1.0.sql, too.
2012-08-28  Tom LaneRemove hstore--1.0.sql.
2012-08-28  Bruce MomjianAdjust pg_test_timing to show shortest test durations...
2012-08-28  Bruce MomjianPrevent psql tab completion in SET from adding TO when...
2012-08-28  Bruce MomjianUpdate doc mention of how to compute bigint advisory...
2012-08-28  Alvaro Herrerasyncrep.h must include xlogdefs.h
2012-08-28  Peter EisentrautSmall punctuation fixes
2012-08-28  Bruce MomjianDocument how to create advisory lock "bigint" values...
2012-08-28  Tom LaneImprove a couple of 9.2 release note entries.
2012-08-28  Tom LaneAdd section IDs to subsections of syntax.sgml that...
2012-08-27  Bruce MomjianDocument the lack of reading the PGDATABASE environment...
2012-08-27  Alvaro Herrerapg_upgrade: Fix exec_prog API to be less flaky
2012-08-27  Alvaro HerreraFix thinko in comment
2012-08-27  Alvaro HerreraRemove analyze_new_cluster.sh on make clean, too
2012-08-27  Tom LaneFix DROP INDEX CONCURRENTLY IF EXISTS.
next