summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-11-05Fix wal_consistency_checking nbtree bug.Peter Geoghegan
2020-11-05Don't throw an error for LOCK TABLE on a self-referential view.Tom Lane
2020-11-05Fix nbtree cleanup-only VACUUM stats inaccuracies.Peter Geoghegan
2020-11-05Fix unlinking of SLRU segments.Thomas Munro
2020-11-04Remove underflow error in float division with infinite divisor.Tom Lane
2020-11-04Declare assorted array functions using anycompatible not anyelement.Tom Lane
2020-11-04Declare lead() and lag() using anycompatible not anyelement.Tom Lane
2020-11-04Improve our ability to regurgitate SQL-syntax function calls.Tom Lane
2020-11-04Remove useless entries for aggregate functions from fmgrtab.c.Tom Lane
2020-11-04Fix segmentation fault that commit ac22929a26 caused.Fujii Masao
2020-11-04Enable hash partitioning of text arraysPeter Eisentraut
2020-11-04pg_rewind: Refactor the abstraction to fetch from local/libpq source.Heikki Linnakangas
2020-11-04pg_rewind: Replace the hybrid list+array data structure with simplehash.Heikki Linnakangas
2020-11-04Refactor pg_rewind for more clear decision making.Heikki Linnakangas
2020-11-04pg_rewind: Move syncTargetDirectory() to file_ops.cHeikki Linnakangas
2020-11-04Get rid of the dedicated latch for signaling the startup process.Fujii Masao
2020-11-04Use standard SIGHUP handler in syslogger.Fujii Masao
2020-11-04Tolerate version lookup failure for old style Windows locale names.Thomas Munro
2020-11-04Revert pg_relation_check_pages()Michael Paquier
2020-11-03Use INT64_FORMAT to print int64 variables in sort debugTomas Vondra
2020-11-03Fix get_useful_pathkeys_for_relation for volatile expressionsTomas Vondra
2020-11-03Guard against core dump from uninitialized subplan.Tom Lane
2020-11-03Improve error messages around REPLICATION and BYPASSRLS properties.Tom Lane
2020-11-03Allow users with BYPASSRLS to alter their own passwords.Tom Lane
2020-11-03Disallow ALTER TABLE ONLY / DROP EXPRESSIONPeter Eisentraut
2020-11-03Remove deprecated containment operators for built-in typesPeter Eisentraut
2020-11-03Use the non-deprecated TG_TABLE_MAME in test triggerMagnus Hagander
2020-11-03Improve error handling in backend OpenSSL implementationMagnus Hagander
2020-11-03Remove use of deprecated containment operators in testsPeter Eisentraut
2020-11-03Fix typos.Amit Kapila
2020-11-03Fix unportable use of getnameinfo() in pg_hba_file_rules view.Tom Lane
2020-11-02Remove special checks for pg_rewrite.ev_qual and ev_action being NULL.Tom Lane
2020-11-02Rethink the generation rule for fmgroids.h macros.Tom Lane
2020-11-02Second thoughts on TOAST decompression.Tom Lane
2020-11-02Use PG_GETARG_TRANSACTIONID where appropriatePeter Eisentraut
2020-11-02Track collation versions for indexes.Thomas Munro
2020-11-02Add pg_depend.refobjversion.Thomas Munro
2020-11-02Remove pg_collation.collversion.Thomas Munro
2020-11-02Fix unstable partition_prune regression testsDavid Rowley
2020-11-02Fix some grammar and typos in comments and docsMichael Paquier
2020-11-02Use Enum for top level logical replication message types.Amit Kapila
2020-11-02Allow run-time pruning on nested Append/MergeAppend nodesDavid Rowley
2020-11-01Fix two issues in TOAST decompression.Tom Lane
2020-11-01Avoid null pointer dereference if error result lacks SQLSTATE.Tom Lane
2020-11-01Preserve index data in pg_statistic across REINDEX CONCURRENTLYMichael Paquier
2020-10-31Set debug_query_string in worker_spi.Noah Misch
2020-10-31Reproduce debug_query_string==NULL on parallel workers.Noah Misch
2020-10-30Fix assertion failure in check_new_partition_bound().Tom Lane
2020-10-30Fix missing validation for the new GiST sortsupport functions.Heikki Linnakangas
2020-10-29Stabilize timetz test across DST transitions.Tom Lane