]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2012-09-28  Peter EisentrautProduce textual error messages for LDAP issues instead...
2012-09-27  Tom LaneFix btmarkpos/btrestrpos to handle array keys.
2012-09-27  Alvaro HerreraHave pg_terminate/cancel_backend not ERROR on non-exist...
2012-09-27  Tom LaneRun check_keywords.pl anytime gram.c is rebuilt.
2012-09-27  Peter Eisentrautpg_upgrade test: Disable fsync in initdb and postgres...
2012-09-27  Tom LaneMake plpgsql's unreserved keywords more unreserved.
2012-09-27  Tom LaneAdd new EVENT keyword to unreserved_keyword production.
2012-09-25  Tom LaneFix examples of how to use "su" while starting the...
2012-09-24  Heikki LinnakangasAdd support for include_dir in config file.
2012-09-24  Tom LanePrevent emitting "ALTER VIEW foo SET ()".
2012-09-23  Alvaro HerreraRELEASE_NOTES: Fix typo
2012-09-23  Peter EisentrautUpdate translation updates instructions
2012-09-22  Tom LaneMinor corrections for ALTER TYPE ADD VALUE IF NOT EXIST...
2012-09-22  Andrew DunstanFix docs typo
2012-09-22  Andrew DunstanAllow IF NOT EXISTS when add a new enum label.
2012-09-21  Tom LaneImprove ruleutils.c's heuristics for dealing with range...
2012-09-21  Heikki LinnakangasParse pg_ident.conf when it's loaded, keeping it in...
2012-09-21  Heikki LinnakangasFix obsolete comment.
2012-09-20  Alvaro HerreraRemove execdesc.h inclusion from tcopprot.h
2012-09-19  Tom LaneUpdate release notes for 9.2.1, 9.1.6, 9.0.10, 8.4...
2012-09-19  Tom LanePut back AcceptInvalidationMessages calls in heap_openr...
2012-09-19  Tom LaneUpdate time zone data files to tzdata release 2012f.
2012-09-19  Peter Eisentrautpg_upgrade: Remove check for pg_config
2012-09-18  Tom LaneFix planning of btree index scans using ScalarArrayOpEx...
2012-09-18  Tom LaneFix array_typanalyze to work for domains over arrays.
2012-09-18  Peter Eisentrautlibpq: Add missing directory to installdirs target
2012-09-17  Tom LaneProvide adequate documentation of the "table_name ...
2012-09-17  Peter EisentrautPL/Python: Improve Python 3 regression test setup
2012-09-16  Tom LaneRethink heuristics for choosing index quals for paramet...
2012-09-16  Simon RiggsFix bufmgr so CHECKPOINT_END_OF_RECOVERY behaves as...
2012-09-16  Kevin GrittnerFix documentation reference to maximum allowed for...
2012-09-15  Tom LaneAdjust largeobject_1.source per buildfarm.
2012-09-15  Peter Eisentrautpsql: Add more constraint completion
2012-09-14  Tom LaneImprove largeobject regression test to show size of...
2012-09-14  Tom LaneAdd a regression test case based on bug #7516.
2012-09-14  Robert HaasProperly set relpersistence for fake relcache entries.
2012-09-13  Tom LaneKeep plperl's current_call_data record on the stack...
2012-09-13  Tom LaneFix case of window function + aggregate + GROUP BY...
2012-09-13  Kevin GrittnerFix typo in comment for pclose_check() function.
2012-09-12  Tom LaneFix a couple other leftover uses of 'conisonly' termino...
2012-09-12  Andrew DunstanFix catalog docs to reflect connoinherit change in...
2012-09-12  Tom LaneFix logical errors in tsquery selectivity estimation...
2012-09-12  Kevin GrittnerFix typo: lexemes misspelled in full text search docs.
2012-09-10  Andrew DunstanAdd vcregress.pl target for checking pg_upgrade.
2012-09-10  Tom LaneMake plperl safe against functions that are redefined...
2012-09-09  Tom LaneUse .NOTPARALLEL in ecpg/Makefile to avoid a gmake...
2012-09-08  Tom LaneAdjust PL/Python regression tests some more for Python...
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.
next