]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2015-12-10  Robert HaasImprove ALTER POLICY tab completion.
2015-12-10  Robert HaasFix typo.
2015-12-10  Andres FreundFix ON CONFLICT UPDATE bug breaking AFTER UPDATE triggers.
2015-12-10  Andres FreundFix bug leading to restoring unlogged relations from...
2015-12-10  Tom LaneAccept flex > 2.5.x on Windows, too.
2015-12-09  Tom LaneSimplify LATERAL-related calculations within add_paths_...
2015-12-09  Robert HaasRemove redundant sentence.
2015-12-08  Tom LaneMake failure to open psql's --log-file fatal.
2015-12-08  Tom LaneAvoid odd portability problem in TestLib.pm's slurp_fil...
2015-12-08  Robert HaasAllow foreign and custom joins to handle EvalPlanQual...
2015-12-07  Tom LaneFix another oversight in checking if a join with LATERA...
2015-12-06  Tom LaneUpdate xindex.sgml for recent additions to GIST opclass...
2015-12-05  Tom LaneCreate TestLib.pm's tempdir underneath tmp_check/,...
2015-12-05  Noah MischInstruct Coverity using an assertion.
2015-12-04  Tom LaneFurther improve documentation of the role-dropping...
2015-12-03  Alvaro HerreraFurther tweak commit_timestamp behavior
2015-12-03  Tom LaneClean up some psql issues around handling of the query...
2015-12-03  Peter Eisentrautpsql: Improve spelling
2015-12-03  Peter Eisentrautdoc: Fix markup and improve placeholder names
2015-12-02  Tom LaneFix behavior of printTable() and friends with externall...
2015-12-01  Tom LaneMake gincostestimate() cope with hypothetical GIN indexes.
2015-12-01  Tom LaneFurther tweaking of print_aligned_vertical().
2015-12-01  Tom LaneUse "g" not "f" format in ecpg's PGTYPESnumeric_from_do...
2015-12-01  Tom LaneFurther adjustment to psql's print_aligned_vertical...
2015-11-30  Tom LaneRework wrap-width calculation in psql's print_aligned_v...
2015-11-29  Tom LaneAvoid caching expression state trees for domain constra...
2015-11-26  Tom LaneFix failure to consider failure cases in GetComboComman...
2015-11-25  Tom LaneBe more paranoid about null return values from libpq...
2015-11-24  Bruce Momjianpg_upgrade: fix CopyFile() on Windows to fail on file...
2015-11-24  Peter Eisentrautdoc: Some improvements on CREATE POLICY and ALTER POLIC...
2015-11-23  Teodor SigaevClarify pg_rewind connection requirements.
2015-11-23  Peter Eisentrautdoc: Add more documentation about wal_retrieve_retry_in...
2015-11-22  Tom LaneAdopt the GNU convention for handling tar-archive membe...
2015-11-20  Tom LaneFix handling of inherited check constraints in ALTER...
2015-11-19  Tom LaneDodge a macro-name conflict with Perl.
2015-11-19  Peter Eisentrautdoc: Clarify some things on pg_receivexlog reference...
2015-11-19  Tom LaneFix thinko: errmsg -> ereport.
2015-11-19  Andrew Dunstanfix a perl typo
2015-11-19  Andrew DunstanUpdate docs for vcregress.pl bincheck changes
2015-11-19  Andrew DunstanImprove vcregress.pl's handling of tap tests for client...
2015-11-19  Robert HaasFix incomplete set_foreignscan_references handling...
2015-11-19  Andres FreundImprove ON CONFLICT documentation.
2015-11-19  Andres FreundRemove function names from some elog() calls in heapam.c.
2015-11-18  Tom LaneAccept flex > 2.5.x in configure.
2015-11-17  Tom LaneFix possible internal overflow in numeric division.
2015-11-17  Tom LaneBack-patch fixes to make TAP tests work on Windows.
2015-11-17  Peter EisentrautMessage style fix
2015-11-17  Peter EisentrautImprove message
2015-11-17  Peter EisentrautMessage improvements
2015-11-17  Peter Eisentrautdoc: Fix commas and improve spacing
2015-11-16  Tom LaneSpeed up ruleutils' name de-duplication code, and fix...
2015-11-15  Tom LaneFix ruleutils.c's dumping of whole-row Vars in ROW...
2015-11-14  Bruce Momjianpg_upgrade: properly detect file copy failure on Windows
2015-11-13  Stephen FrostCorrect sepgsql docs with regard to RLS
2015-11-12  Alvaro Herreravacuumdb: don't prompt for passwords over and over
2015-11-12  Tom LaneFix unwanted flushing of libpq's input buffer when...
2015-11-12  Tom LaneDo a round of copy-editing on the 9.5 release notes.
2015-11-11  Tom LaneImprove documentation around autovacuum-related storage...
2015-11-11  Tom LaneDocs: fix misleading example.
2015-11-10  Tom LaneImprove our workaround for 'TeX capacity exceeded'...
2015-11-09  Robert HaasStamp 9.5beta2. REL9_5_BETA2
2015-11-09  Peter EisentrautTranslation updates
2015-11-09  Andres FreundAdd paragraph about ON CONFLICT interaction with partit...
2015-11-08  Andres FreundSet replication origin when decoding commit records.
2015-11-08  Noah MischFix 9.5 version of previous commit to match its log...
2015-11-08  Noah MischDon't connect() to a wildcard address in test_postmaste...
2015-11-07  Tom LaneUpdate 9.5 release notes through today.
2015-11-07  Tom LaneRename PQsslAttributes() to PQsslAttributeNames(),...
2015-11-07  Tom LaneFix enforcement of restrictions inside regexp lookaroun...
2015-11-06  Stephen FrostSet include_realm=1 default in parse_hba_line
2015-11-05  Tom LaneFix erroneous hash calculations in gin_extract_jsonb_pa...
2015-11-05  Robert HaasPass extra data to bgworkers, and use this to fix paral...
2015-11-03  Robert HaasImprove comments about abbreviation abort.
2015-11-03  Tom LaneRemove obsolete advice about doubling backslashes in...
2015-11-03  Tom LaneCode + docs review for unicode linestyle patch.
2015-11-03  Robert Haasshm_mq: Third attempt at fixing nowait behavior in...
2015-11-02  Kevin GrittnerAdd RMV to list of commands taking AE lock.
2015-10-31  Kevin GrittnerFix serialization anomalies due to race conditions...
2015-10-30  Robert Haasdoc: security_barrier option is a Boolean, not a string.
2015-10-30  Robert HaasFix typo in bgworker.c
2015-10-29  Tom LaneDocs: add example clarifying use of nested JSON contain...
2015-10-29  Peter EisentrautMessage style improvements
2015-10-28  Robert HaasAdd missing serial comma, for consistency.
2015-10-28  Robert HaasFix incorrect message in ATWrongRelkindError.
2015-10-28  Alvaro HerreraFix secondary expected output for commit_ts test
2015-10-27  Alvaro HerreraDocument BRIN's inclusion opclass framework
2015-10-27  Alvaro HerreraFix BRIN free space computations
2015-10-27  Alvaro HerreraCleanup commit timestamp module activaction, again
2015-10-27  Alvaro HerreraMeasure string lengths only once
2015-10-23  Robert Haasshm_mq: Repair breakage from previous commit.
2015-10-22  Robert HaasAdd two missing cases to ATWrongRelkindError.
2015-10-22  Robert Haasshm_mq: Fix failure to notice a dead counterparty when...
2015-10-22  Peter Eisentrautdoc: Add advice on updating checkpoint_segments to...
2015-10-20  Tom LaneFix incorrect translation of minus-infinity datetimes...
2015-10-20  Peter Eisentrautdoc: Move documentation of max_wal_size to better position
2015-10-20  Robert HaasFix incorrect comment in plannodes.h
2015-10-20  Robert HaasPut back ssl_renegotiation_limit parameter, but only...
2015-10-20  Noah MischFix back-patch of commit 8e3b4d9d40244c037bbc6e182ea3fa...
2015-10-20  Noah MischEschew "RESET statement_timeout" in tests.
2015-10-19  Tom LaneFix incorrect handling of lookahead constraints in...
next