summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-01-16Fix problems with "read only query" checks, and refactor the code.Robert Haas
2020-01-16Minor code beautification in regexp.c.Tom Lane
2020-01-15Restructure ALTER TABLE execution to fix assorted bugs.Tom Lane
2020-01-15Report progress of ANALYZE commandsAlvaro Herrera
2020-01-15Remove libpq.rc, use win32ver.rc for libpqPeter Eisentraut
2020-01-15Fix buggy logic in isTempNamespaceInUse()Michael Paquier
2020-01-15Introduce IndexAM fields for parallel vacuum.Amit Kapila
2020-01-14Fix compiler warning about format on WindowsPeter Eisentraut
2020-01-14docs: change "default role" wording to "predefined role"Bruce Momjian
2020-01-14Revert copyright script changes to binary *.key filesBruce Momjian
2020-01-14tools/copyright.pl: skip copyright changes for *.key filesBruce Momjian
2020-01-14walreceiver uses a temporary replication slot by defaultPeter Eisentraut
2020-01-14Expose PQbackendPID() through walreceiver APIPeter Eisentraut
2020-01-14ALTER TABLE ... ALTER COLUMN ... DROP EXPRESSIONPeter Eisentraut
2020-01-14Make rewriter prevent auto-updates on views with conditional INSTEAD rules.Dean Rasheed
2020-01-14Revert test added by commit d207038053.Amit Kapila
2020-01-13Reduce size of backend scanner's tables.Tom Lane
2020-01-13Fix base backup with database OIDs larger than INT32_MAXPeter Eisentraut
2020-01-13Fix typo.Amit Kapila
2020-01-13Fix comment in heapam.cMichael Paquier
2020-01-13Only superuser can set sslcert/sslkey in postgres_fdw user mappingsAndrew Dunstan
2020-01-13Delete empty pages in each pass during GIST VACUUM.Amit Kapila
2020-01-13Apply multiple multivariate MCV lists when possibleTomas Vondra
2020-01-13Apply all available functional dependenciesTomas Vondra
2020-01-12Fix edge-case crashes and misestimation in range containment selectivity.Tom Lane
2020-01-12Remove incorrect assertion for INSERT in logical replication's publisherMichael Paquier
2020-01-11Extensive code review for GSSAPI encryption mechanism.Tom Lane
2020-01-11Make lsn argument of walrcv_create_slot() optionalPeter Eisentraut
2020-01-11Remove STATUS_FOUNDPeter Eisentraut
2020-01-11Maintain valid md.c state when FileClose() fails.Noah Misch
2020-01-10nbtree: Rename BT_HEAP_TID_ATTR.Peter Geoghegan
2020-01-10nbtree: BTREE_[MIN|NOVAC]_VERSION comment tweaks.Peter Geoghegan
2020-01-10Clean up representation of flags in struct ReorderBufferTXNAlvaro Herrera
2020-01-10doc: Fix naming of SELinuxMichael Paquier
2020-01-10pgbench: Make more debug messages use common logging APIMichael Paquier
2020-01-09Skip tab-completion tests if envar SKIP_READLINE_TESTS is defined.Tom Lane
2020-01-09Reconsider the representation of join alias Vars.Tom Lane
2020-01-09Add pg_shmem_allocations view.Robert Haas
2020-01-09Remove bogus 'return'.Robert Haas
2020-01-09Clarify that pg_trgm is used in exampleMagnus Hagander
2020-01-09Add support for automatically updating Unicode derived filesPeter Eisentraut
2020-01-09Allow 'sslkey' and 'sslcert' in postgres_fdw user mappingsAndrew Dunstan
2020-01-08Modernize Python exception syntax in testsPeter Eisentraut
2020-01-08Remove support for Python older than 2.6Peter Eisentraut
2020-01-08Reimplement nullification of walsender timestampAlvaro Herrera
2020-01-08Improve the handling of result type coercions in SQL functions.Tom Lane
2020-01-08Improve GSSAPI Encryption startup comment in libpqStephen Frost
2020-01-08Fix handling of generated columns in ALTER TABLE.Tom Lane
2020-01-08pgbench: Use common logging APIPeter Eisentraut
2020-01-08Revert "Forbid DROP SCHEMA on temporary namespaces"Michael Paquier