]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2019-12-04  Peter EisentrautUpdate minimum SSL version
2019-12-04  Etsuro FujitaFix whitespace.
2019-12-04  Michael PaquierUse carriage returns for data insertion logs in pgbench...
2019-12-04  Michael PaquierRemove unnecessary definition of CancelRequested in...
2019-12-03  Tomas VondraEnsure maxlen is at leat 1 in dict_int
2019-12-03  Tom LaneFurther sync postgres_fdw's "Relations" output with...
2019-12-03  Michael PaquierFix thinkos from commit 9989d37
2019-12-03  Peter EisentrautFix alter_system_table test
2019-12-03  Michael PaquierRemove XLogFileNameP() from the tree
2019-12-03  Michael PaquierFix failures with TAP tests of pg_ctl on Windows
2019-12-03  Tom LaneFix EXPLAIN's column alias output for mismatched child...
2019-12-02  Tom LaneAdd a reverse-translation column number array to struct...
2019-12-02  Tom LaneMake postgres_fdw's "Relations" output agree with the...
2019-12-02  Michael PaquierAdd query cancellation capabilities in pgbench init...
2019-12-02  Michael PaquierRefactor query cancellation code into src/fe_utils/
2019-12-01  Andrew DunstanAdd dummy versions of new SSL functions for non-SSL...
2019-12-01  Tom LaneFix misbehavior with expression indexes on ON COMMIT...
2019-11-30  Andrew Dunstanlibq support for sslpassword connection param, DER...
2019-11-30  Tomas VondraFix off-by-one error in PGTYPEStimestamp_fmt_asc
2019-11-30  Amit KapilaRevert commits 290acac92b and 8a7e9e9dad.
2019-11-29  Peter EisentrautSmall code simplification
2019-11-29  Peter EisentrautAdd a regression test for allow_system_table_mods
2019-11-29  Peter EisentrautMake allow_system_table_mods settable at run time
2019-11-29  Peter EisentrautRemove any-user DML capability from allow_system_table_mods
2019-11-29  Peter EisentrautAdd error position to an error message
2019-11-28  Tomas VondraUse memcpy instead of a byte loop in pglz_decompress
2019-11-28  Tomas VondraRemove unnecessary clauses_attnums variable
2019-11-28  Tomas VondraFix choose_best_statistics to check clauses individually
2019-11-28  Alvaro HerreraRemove useless "return;" lines
2019-11-28  Amit KapilaAdd tests for '-f' option in dropdb utility.
2019-11-28  Amit KapilaMove pump_until to TestLib.pm.
2019-11-28  Bruce Momjianpg_upgrade: adjust error paragraph width to be consistent
2019-11-28  Bruce Momjianpg_upgrade: improve instructions for fixing incompatibl...
2019-11-27  Andrew DunstanDon't use native methods in TestLib::slurp_file on...
2019-11-27  Andrew DunstanRevert "Close stdin where it's not needed in TestLib...
2019-11-27  Peter EisentrautMove configure --disable-float8-byval to pg_config_manual.h
2019-11-27  Etsuro FujitaFix typo in comment.
2019-11-26  Andrew DunstanFix closing stdin in TestLib.pm
2019-11-26  Tom LaneAllow access to child table statistics if user can...
2019-11-26  Michael PaquierAdd safeguards for pg_fsync() called with incorrectly...
2019-11-26  Amit KapilaDon't shut down Gather[Merge] early under Limit.
2019-11-25  Robert HaasUse procsignal_sigusr1_handler for auxiliary processes.
2019-11-25  Andrew DunstanClose stdin where it's not needed in TestLib.pm procedures
2019-11-25  Alvaro HerreraRefactor WAL file-reading code into WALRead()
2019-11-25  Tom LaneFix unportable printf format introduced in commit 9290a...
2019-11-25  Amit KapilaMake the order of the header file includes consistent.
2019-11-25  Michael PaquierFix inconsistent variable name in static function of...
2019-11-25  Michael PaquierRefactor reloption handling for index AMs in-core
2019-11-24  Andrew DunstanUse native methods to open input in TestLib::slurp_file...
2019-11-24  Tom LaneDoc: improve discussion of race conditions involved...
2019-11-24  Tom LaneAvoid assertion failure with LISTEN in a serializable...
2019-11-24  Thomas Munrodoc: Fix whitespace in syntax.
2019-11-24  Tom LaneStabilize NOTIFY behavior by transmitting notifies...
2019-11-24  Tom LaneStabilize the results of pg_notification_queue_usage().
2019-11-24  Tom LaneRemove a couple of unnecessary if-tests.
2019-11-23  Alvaro HerreraRemove debugging aid
2019-11-23  Joe ConwayUpdate sepgsql to add mandatory access control for...
2019-11-23  Joe ConwayAdd object TRUNCATE hook
2019-11-22  Tom LaneMake psql redisplay the query buffer after \e.
2019-11-22  Tom LaneAvoid taking a new snapshot for an immutable simple...
2019-11-22  Tom LaneAdd test coverage for "unchanged toast column" replicat...
2019-11-22  Tom LaneFix bogus tuple-slot management in logical replication...
2019-11-22  Michael PaquierAdd .gitignore to src/tutorial/
2019-11-22  Michael PaquierRemove traces of version-0 calling convention in src...
2019-11-21  Tom LaneDefend against self-referential views in relation_is_up...
2019-11-21  Peter EisentrautRemove configure --disable-float4-byval
2019-11-21  Fujii MasaoBump WAL version.
2019-11-21  Fujii MasaoMake DROP DATABASE command generate less WAL records.
2019-11-21  Fujii MasaoAllow ALTER VIEW command to rename the column in the...
2019-11-21  Fujii MasaoImprove tab-completion for ALTER MATERIALIZED VIEW.
2019-11-21  Amit KapilaTrack statistics for spilling of changes from ReorderBu...
2019-11-21  Michael PaquierProvide statistics for hypothetical BRIN indexes
2019-11-20  Tom LaneSync patternsel_common's operator selection logic with...
2019-11-20  Peter GeogheganFix HeapTupleSatisfiesNonVacuumable() comment.
2019-11-20  Tom LaneReduce match_pattern_prefix()'s dependencies on index...
2019-11-20  Tom LaneDoc: improve discussion of object owners' inherent...
2019-11-20  Magnus HaganderRemove incorrect markup
2019-11-20  Michael PaquierFix comment in xact.h
2019-11-20  Thomas MunroHandle ReadFile() EOF correctly on Windows.
2019-11-20  Amit KapilaAdd the support for '-f' option in dropdb utility.
2019-11-20  Tatsuo IshiiDoc: fix minor typo in func.sgml.
2019-11-19  Tom LaneFix corner-case failure in match_pattern_prefix().
2019-11-19  Alexander KorotkovFix page modification outside of critical section in GIN
2019-11-19  Alexander KorotkovRevise GIN README
2019-11-19  Alexander KorotkovFix traversing to the deleted GIN page via downlink
2019-11-19  Alexander KorotkovFix deadlock between ginDeletePage() and ginStepRight()
2019-11-19  Tom LaneDoc: clarify use of RECURSIVE in WITH.
2019-11-19  Tom LaneDoc: clarify behavior of ALTER DEFAULT PRIVILEGES ...
2019-11-19  Thomas MunroAllow invisible PROMPT2 in psql.
2019-11-19  Amit KapilaAdd logical_decoding_work_mem to limit ReorderBuffer...
2019-11-18  Peter Geoghegannbtree: Tweak _bt_pgaddtup() comments.
2019-11-17  Tom LaneFurther fix dumping of views that contain just VALUES...
2019-11-16  Peter GeogheganAdd tuplesort test to serial_schedule.
2019-11-16  Michael PaquierImprove stability of tests for VACUUM (SKIP_LOCKED)
2019-11-16  Tomas VondraProperly determine length for on-disk TOAST values
2019-11-16  Tomas VondraSkip system attributes when applying mvdistinct stats
2019-11-15  Thomas MunroAlways call ExecShutdownNode() if appropriate.
2019-11-14  Alvaro HerreraRemove the word "virgins" for documentation
2019-11-14  Michael PaquierCleanup code in reloptions.h regarding reloption handling
2019-11-14  Michael PaquierSplit handling of reloptions for partitioned tables
next