summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-04-01Add support for binary I/O of ltree, lquery, and ltxtquery types.Tom Lane
2020-04-01Check equality semantics for unique indexes on partitioned tables.Tom Lane
2020-04-01Improve selectivity estimation for assorted match-style operators.Tom Lane
2020-04-01Refactor code to look up local replication tuplePeter Eisentraut
2020-04-01Update SQL features countPeter Eisentraut
2020-04-01Fix typo in contrib/intarray documentationAlexander Korotkov
2020-04-01Correct CREATE INDEX documentation for opclass parametersAlexander Korotkov
2020-04-01Documentation corrections for opclass parametersAlexander Korotkov
2020-04-01Fix crash in psql when attempting to reuse old connectionMichael Paquier
2020-04-01Fix coverity complaint about commit 40d964ec99.Amit Kapila
2020-04-01psql: do file completion for \gxBruce Momjian
2020-04-01Add -c/--restore-target-wal to pg_rewindMichael Paquier
2020-03-31doc: remove mention of bitwise operators as solely type-limitedBruce Momjian
2020-03-31doc: clarify hierarchy of objects: global, db, schema, etc.Bruce Momjian
2020-03-31doc: clarify when row-level locks are releasedBruce Momjian
2020-03-31Add CREATE INDEX deduplication assertions.Peter Geoghegan
2020-03-31Revert erroroneous commit 834b80464d; my apologiesBruce Momjian
2020-03-31dummy commitBruce Momjian
2020-03-31doc: add namespace column to pg_buffercache example queryBruce Momjian
2020-03-31doc: clarify which table creation is used for inheritance part.Bruce Momjian
2020-03-31Fix race condition in statext_store().Tom Lane
2020-03-31doc: adjust UPDATE/DELETE's FROM/USING to match SELECT's FROMBruce Momjian
2020-03-31Still another try at stabilizing stats_ext test results.Tom Lane
2020-03-31Remove header noise from test_decoding testAlvaro Herrera
2020-03-31Improve the message logged when recovery is paused.Fujii Masao
2020-03-31Allow ecpg to be built stand-alone, allow parallel libpq makeBruce Momjian
2020-03-31Teach pg_ls_dir_files() to ignore ENOENT failures from stat().Tom Lane
2020-03-31Fix lquery's NOT handling, and add ability to quantify non-'*' items.Tom Lane
2020-03-31Improve error messages in ltree_in and lquery_in.Tom Lane
2020-03-31Improve error reporting in opclasscmds.cAlexander Korotkov
2020-03-31Fix assorted typosMagnus Hagander
2020-03-31Fix INSERT OVERRIDING USER VALUE behaviorPeter Eisentraut
2020-03-31Move routine definitions of xlogarchive.c to a new header fileMichael Paquier
2020-03-31Update SQL featuresPeter Eisentraut
2020-03-31Avoid calls to RelationGetRelationName() and RelationGetNamespace() inAmit Kapila
2020-03-31Further simplify nbtree high key truncation.Peter Geoghegan
2020-03-30Revert "Skip redundant anti-wraparound vacuums"Michael Paquier
2020-03-30Refactor nbtree high key truncation.Peter Geoghegan
2020-03-30Deduplicate PageIsNew() check in lazy_scan_heap().Andres Freund
2020-03-30Fix missing SP-GiST support in 911e702077Alexander Korotkov
2020-03-30Remove rudiments of supporting procnum == 0 from 911e702077Alexander Korotkov
2020-03-30Consistently truncate non-key suffix columns.Peter Geoghegan
2020-03-30Implement operator class parametersAlexander Korotkov
2020-03-30Allow using Unix-domain sockets on Windows in testsPeter Eisentraut
2020-03-30Be more careful about extracting encoding from locale strings on Windows.Tom Lane
2020-03-30Attempt to fix unstable regression tests, take 2David Rowley
2020-03-30Report waiting via PS while recovery is waiting for buffer pin in hot standby.Fujii Masao
2020-03-30Improve handling of parameter differences in physical replicationPeter Eisentraut
2020-03-30Add new part SQL/MDA to information_schema.sql_partsPeter Eisentraut
2020-03-30Allow the planner-related functions and hook to accept the query string.Fujii Masao