]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
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
2019-11-14  Andres FreundFix plan instability in the new tuplesort test.
2019-11-13  Andres FreundRemove unused code from tuplesort.
2019-11-13  Andres FreundAdd tests for tuplesort.c.
2019-11-13  Tom LaneAdd missing check_collation_set call to bpcharne().
2019-11-13  Tom LaneFix silly initializations (cosmetic only).
2019-11-13  Tom LaneAvoid using SplitIdentifierString to parse ListenAddres...
2019-11-13  Tom LaneAvoid downcasing/truncation of RADIUS authentication...
2019-11-13  Tom LaneInclude TableFunc references when computing expression...
2019-11-13  Tom LaneHandle arrays and ranges in pg_upgrade's test for non...
2019-11-13  Fujii MasaoMake pg_waldump report more detail information about...
2019-11-13  Michael PaquierAdd regression test for two-phase transaction in postgr...
2019-11-13  Amit KapilaIntroduce the 'force' option for the Drop Database...
2019-11-12  Tom LaneFinish reverting commit 0a52d378b.
2019-11-12  Alvaro Herrerapg_stat_activity: document client_port being null
2019-11-12  Alvaro Herrerapg_stat_{ssl,gssapi}: Show only processes with connections
2019-11-12  Peter GeogheganMake _bt_keep_natts_fast() use datum_image_eq().
2019-11-12  Alvaro HerreraHave LookupFuncName accept NULL argtypes for 0 args
2019-11-12  Peter GeogheganTeach datum_image_eq() about cstring datums.
2019-11-12  Tom LaneFix ecpglib.h to declare bool consistently with c.h.
2019-11-12  Peter Eisentrautgitattributes: Add new file
2019-11-12  Amit KapilaMake the order of the header file includes consistent...
2019-11-11  Tom LaneDoc: fix ancient mistake, or at least obsolete info...
2019-11-11  Tom LaneFurther improve stability of partition_prune regression...
2019-11-11  Peter Eisentrautgitattributes: Remove entries for no longer existing...
2019-11-11  Peter EisentrautFix whitespace
2019-11-11  Peter EisentrautRerun autoheader
2019-11-11  Thomas MunroOptimize PredicateLockTuple().
2019-11-11  Thomas MunroOptimize TransactionIdIsCurrentTransactionId().
2019-11-11  Amit KapilaRearrange dropdb() to avoid errors after allowing other...
2019-11-09  Peter EisentrautFix subscription test
2019-11-09  Peter Eisentrautdoc: Clarify documentation about SSL passphrases
2019-11-09  Peter Eisentrautdoc: Further tweak recovery parameters documentation
2019-11-09  Peter EisentrautFix negative bitmapset member not allowed error in...
2019-11-09  Michael PaquierFix new COPY test of PL/pgSQL with VPATH builds
2019-11-09  Michael PaquierAdd tests for COPY in PL/pgSQL
2019-11-08  Andres FreundPass ItemPointer not HeapTuple to IndexBuildCallback.
2019-11-08  Alvaro HerreraAdd backtrace support for error reporting
next