summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-04-13Print policy name in perlcritic messagesAndrew Dunstan
2020-04-13Cosmetic fixups for WAL usage work.Amit Kapila
2020-04-13Improve error messages after LoadLibrary()Peter Eisentraut
2020-04-12Rename pg_validatebackup to pg_verifybackup.Robert Haas
2020-04-11Suppress -Wimplicit-fallthrough warning in new LIMIT WITH TIES code.Tom Lane
2020-04-11Optimize RelationFindReplTupleSeq() for CLOBBER_CACHE_ALWAYS.Noah Misch
2020-04-11When WalSndCaughtUp, sleep only in WalSndWaitForWal().Noah Misch
2020-04-11Make EXPLAIN report maximum hashtable usage across multiple rescans.Tom Lane
2020-04-11Clear dangling pointer to avoid bogus EXPLAIN printout in a corner case.Tom Lane
2020-04-11Fix RELCACHE_FORCE_RELEASE issuePeter Eisentraut
2020-04-11Fix relcache reference leakPeter Eisentraut
2020-04-10Suppress unused-variable warning.Tom Lane
2020-04-10Fix collection of typos and grammar mistakes in the treeMichael Paquier
2020-04-09Further stabilize results of 019_replslot_limit.pl.Tom Lane
2020-04-09Further cleanup of ts_headline code.Tom Lane
2020-04-09Fix default text search parser's ts_headline code for phrase queries.Tom Lane
2020-04-09Cosmetic improvements for default text search parser's ts_headline code.Tom Lane
2020-04-09Fix CREATE TABLE LIKE INCLUDING GENERATED column order issuePeter Eisentraut
2020-04-09Exclude backup_manifest file that existed in database, from BASE_BACKUP.Fujii Masao
2020-04-09Allow parallel create index to accumulate buffer usage stats.Amit Kapila
2020-04-08Msys2 tweaks for pg_validatebackup corruption testAndrew Dunstan
2020-04-08createuser: Change a fprintf to pg_log_errorPeter Eisentraut
2020-04-08Stabilize incremental_sort testsTomas Vondra
2020-04-08Fix pg_dump/pg_restore to restore event trigger comments later.Tom Lane
2020-04-08Rationalize GetWalRcv{Write,Flush}RecPtr().Thomas Munro
2020-04-08Allow publishing partition changes via ancestorsPeter Eisentraut
2020-04-08Revert 0f5ca02f53Alexander Korotkov
2020-04-08Modify additional power 2 calculations to use new helper functionsDavid Rowley
2020-04-08Fix crash when using COLLATE in partition bound expressionsMichael Paquier
2020-04-08Modify various power 2 calculations to use new helper functionsDavid Rowley
2020-04-08Create memory context for HashAgg with a reasonable maxBlockSize.Jeff Davis
2020-04-08Add functions to calculate the next power of 2David Rowley
2020-04-08Put back mistakenly removed #include.Tom Lane
2020-04-08Remove testing for precise LSN/reserved bytes in new TAP testAlvaro Herrera
2020-04-08Support PrefetchBuffer() in recovery.Thomas Munro
2020-04-08Allow partitionwise join to handle nested FULL JOIN USING cases.Tom Lane
2020-04-08Allow partitionwise joins in more cases.Etsuro Fujita
2020-04-08Fix circle_in to accept "(x,y),r" as it's advertised to do.Tom Lane
2020-04-08snapshot scalability: Move delayChkpt from PGXACT to PGPROC.Andres Freund
2020-04-08Track SLRU page hits in SimpleLruReadPage_ReadOnlyTomas Vondra
2020-04-08Fix XLogReader FD leak that makes backends unusable after 2PC usage.Andres Freund
2020-04-07Appease perlcriticAlvaro Herrera
2020-04-07Remove nbtree BTreeTupleSetAltHeapTID() function.Peter Geoghegan
2020-04-07Allow users to limit storage reserved by replication slotsAlvaro Herrera
2020-04-07Allow psql's \g and \gx commands to transiently change \pset options.Tom Lane
2020-04-07Implement waiting for given lsn at transaction startAlexander Korotkov
2020-04-07Support FETCH FIRST WITH TIESAlvaro Herrera
2020-04-07Adjust bytea get_bit/set_bit to use int8 not int4 for bit numbering.Tom Lane
2020-04-07Remove debugging elog from pgstat_recv_resetslrucounterTomas Vondra
2020-04-07Minor improvements in Incremental Sort explainTomas Vondra