]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2017-09-22  Tom LaneSync our copy of the timezone library with IANA tzcode...
2017-09-21  Tom LaneGive a better error for duplicate entries in VACUUM...
2017-09-20  Tom LaneFix erroneous documentation about noise word GROUP.
2017-09-20  Bruce Momjiandocs: re-add instructions on setting wal_level for...
2017-09-20  Magnus HaganderMention need for --no-inc-recursive in rsync command
2017-09-18  Michael MeskesFixed ECPG to correctly handle out-of-scope cursor...
2017-09-17  Tom LaneAllow rel_is_distinct_for() to look through RelabelType...
2017-09-17  Tom LaneFix possible dangling pointer dereference in trigger.c.
2017-09-16  Bruce Momjiandocs: clarify pg_upgrade docs regarding standbys and...
2017-09-14  Robert HaasAdd missing tags to GetCommandLogLevel.
2017-09-14  Stephen FrostFix ordering in pg_dump of GRANTs
2017-09-13  Michael MeskesChanged order of statements and added an additiona...
2017-09-13  Michael MeskesMake setlocale in ECPG test cases thread aware on Windows.
2017-09-13  Bruce Momjiandocs: adjust "link mode" mention in pg_upgrade streami...
2017-09-13  Bruce Momjiandocs: improve pg_upgrade standby instructions
2017-09-12  Bruce Momjiandocs: improve pg_upgrade rsync instructions
2017-09-12  Tom LaneFix RecursiveCopy.pm to cope with disappearing files.
2017-09-04  Alvaro HerreraFix translatable string
2017-09-03  Tom LaneFix macro-redefinition warning on MSVC.
2017-09-02  Peter Eisentrautdoc: Fix typos and other minor issues
2017-09-01  Tom LaneMake [U]INT64CONST safe for use in #if conditions.
2017-09-01  Tom LaneEnsure SIZE_MAX can be used throughout our code.
2017-08-31  Robert HaasImprove low-level backup documentation.
2017-08-29  Tom LaneDoc: document libpq's restriction to INT_MAX rows in...
2017-08-29  Tom LaneTeach libpq to detect integer overflow in the row count...
2017-08-29  Tom LaneImprove docs about numeric formatting patterns (to_char...
2017-08-28  Tom LaneStamp 9.6.5. REL9_6_5
2017-08-28  Tom LaneDoc: adjust release-note credit for parallel pg_restore...
2017-08-28  Peter EisentrautTranslation updates
2017-08-27  Tom LaneRelease notes for 9.6.5, 9.5.9, 9.4.14, 9.3.19, 9.2.23.
2017-08-23  Peter EisentrautFix outdated comment
2017-08-23  Peter EisentrautFix translation marker
2017-08-22  Andres FreundBackpatch introduction of TupleDescAttr(tupdesc, i).
2017-08-19  Tom LaneFix possible core dump in parallel restore when using...
2017-08-17  Tom LaneFurther tweaks to compiler flags for PL/Perl on Windows.
2017-08-17  Robert HaasRemove bogus line from comment.
2017-08-16  Michael MeskesChanged ecpg parser to allow RETURNING clauses without...
2017-08-16  Michael MeskesAllow continuation lines in ecpg cppline parsing.
2017-08-16  Peter EisentrautInitialize replication_slot_catalog_xmin in procarray
2017-08-15  Peter EisentrautInclude foreign tables in information_schema.table_priv...
2017-08-15  Peter Eisentrautpsql: Add tab completion for \pset pager
2017-08-15  Peter EisentrautFix whitespace
2017-08-14  Tom LaneHandle elog(FATAL) during ROLLBACK more robustly.
2017-08-14  Tom LaneAbsorb -D_USE_32BIT_TIME_T switch from Perl, if relevant.
2017-08-13  Tom LaneRemove AtEOXact_CatCache().
2017-08-11  Peter Eisentrautdoc: Update description of rolreplication column
2017-08-09  Tom LaneFix handling of container types in find_composite_type_...
2017-08-09  Tom LanePrevent passing down MAKELEVEL/MAKEFLAGS from non-GNU...
2017-08-08  Tom LaneFix datumSerialize infrastructure to not crash on non...
2017-08-08  Alvaro HerreraReword some unclear comments
2017-08-07  Tom LaneStamp 9.6.4. REL9_6_4
2017-08-07  Peter EisentrautTranslation updates
2017-08-07  Tom LaneLast-minute updates for release notes.
2017-08-07  Tom LaneRequire update permission for the large object written...
2017-08-07  Noah MischAgain match pg_user_mappings to information_schema...
2017-08-07  Heikki LinnakangasDon't allow logging in with empty password.
2017-08-06  Tom LaneRelease notes for 9.6.4, 9.5.8, 9.4.13, 9.3.18, 9.2.22.
2017-08-06  Andres FreundFix thinko introduced in 2bef06d516460 et al.
2017-08-05  Andres FreundAdd regression test for wide REPLICA IDENTITY FULL...
2017-08-04  Tom LaneDisallow SSL session tickets.
2017-08-04  Peter EisentrautAdd missing ALTER USER variants
2017-08-03  Tom LaneFix pg_dump/pg_restore to emit REFRESH MATERIALIZED...
2017-08-03  Alvaro HerreraFix build on zlib-less environments
2017-08-03  Robert HaasAllow a foreign table CHECK constraint to be initially...
2017-08-02  Alvaro HerreraFix pg_dump's errno checking for zlib I/O
2017-08-02  Tom LaneAdd pgtcl back to the list of externally-maintained...
2017-08-02  Tom LaneRemove broken and useless entry-count printing in HASH_...
2017-08-01  Peter Eisentrautdoc: Fix typo
2017-07-31  Tatsuo IshiiFix comment.
2017-07-31  Tom LaneDoc: specify that the minimum supported version of...
2017-07-31  Tom LanePL/Perl portability fix: absorb relevant -D switches...
2017-07-31  Tom LanePL/Perl portability fix: avoid including XSUB.h in...
2017-07-31  Stephen FrostFix function comment for dumpACL()
2017-07-31  Tatsuo IshiiAdd missing comment in postgresql.conf.
2017-07-31  Tatsuo IshiiAdd missing comment in postgresql.conf.
2017-07-27  Tom LaneFix psql tab completion for CREATE USER MAPPING.
2017-07-26  Tom LaneClean up SQL emitted by psql/describe.c.
2017-07-26  Alvaro HerreraFix concurrent locking of tuple update chain
2017-07-25  Alvaro HerreraMake PostgresNode easily subclassable
2017-07-24  Tom LaneFix race condition in predicate-lock init code in EXEC_...
2017-07-24  Robert HaasWhen WCOs are present, disable direct foreign table...
2017-07-24  Tom LaneEnsure that pg_get_ruledef()'s output matches pg_get_vi...
2017-07-24  Noah MischMSVC: Accept tcl86.lib in addition to tcl86t.lib.
2017-07-23  Tom LaneFix pg_dump's handling of event triggers.
2017-07-22  Robert Haaspg_rewind: Fix some problems when copying files >2GB.
2017-07-22  Alvaro HerreraFix typo in comment
2017-07-21  Tom LaneStabilize postgres_fdw regression tests.
2017-07-21  Robert Haaspg_rewind: Fix busted sanity check.
2017-07-21  Tom LaneRe-establish postgres_fdw connections after server...
2017-07-21  Teodor SigaevFix double shared memory allocation.
2017-07-20  Tom LaneDoc: clarify description of degenerate NATURAL joins.
2017-07-20  Tom LaneFix dumping of outer joins with empty qual lists.
2017-07-19  Tom LaneDoc: add missing note about permissions needed to chang...
2017-07-17  Tom LaneDoc: explain dollar quoting in the intro part of the...
2017-07-17  Tom LaneMerge large_object.sql test into largeobject.source.
2017-07-16  Andrew Dunstanfix typo
2017-07-16  Andrew DunstanFix vcregress.pl PROVE_FLAGS bug in commit 93b7d9731f
2017-07-14  Tom LaneFix broken link-command-line ordering for libpgfeutils.
2017-07-14  Heikki LinnakangasFix pg_basebackup output to stdout on Windows.
2017-07-13  Tom LaneFix dumping of FUNCTION RTEs that contain non-function...
next