Commit Graph

48504 Commits (541757f34ee099dd8e601b29dfad6302c6747d71)
 

Author SHA1 Message Date
Peter Eisentraut 541757f34e psql: Remove one use of HAVE_UNIX_SOCKETS 6 years ago
Peter Eisentraut b691c189c6 Simplify passing of configure arguments to pg_config 6 years ago
Jeff Davis 11de6c903d Change signature of TupleHashTableHash(). 6 years ago
Alvaro Herrera 8fa8e01156 createuser: fix parsing of --connection-limit argument 6 years ago
Alvaro Herrera b048f558dd Fix priv checks for ALTER <object> DEPENDS ON EXTENSION 6 years ago
Michael Paquier 4e818866e5 Revert "pg_upgrade: Fix quoting of some arguments in pg_ctl command" 6 years ago
Amit Kapila 3dfba9fdf5 Fix typos. 6 years ago
Amit Kapila 77a00b809a doc: Spell checking 6 years ago
Michael Paquier d1c0b61328 pg_upgrade: Fix quoting of some arguments in pg_ctl command 6 years ago
Thomas Munro 1713a0013f psql: Fix %w length in PROMPT2 when PROMPT1 contains a newline. 6 years ago
Tom Lane c185a57753 Revert "docs: change "default role" wording to "predefined role"" 6 years ago
Tom Lane 4093ff5737 Store the deletion horizon XID for a deleted GIN page on the right page. 6 years ago
Alvaro Herrera 55173d2e66 Fix failure to create FKs correctly in partitions 6 years ago
Alvaro Herrera 9710d3d4a8 Fix TRUNCATE .. CASCADE on partitions 6 years ago
Fujii Masao cb5b28613d Fix bug in Tid scan. 6 years ago
Andres Freund b059d2f456 jit: Reference expression step functions via llvmjit_types. 6 years ago
Michael Paquier c4f3b63cab Bump catalog version for the addition of leader_pid in pg_stat_activity 6 years ago
Jeff Davis 4eaea3db15 Introduce TupleHashTableHash() and LookupTupleHashEntryHash(). 6 years ago
Andres Freund e6f86f8dd9 jit: Remove redundancies in expression evaluation code generation. 6 years ago
Andres Freund 8c2769405f jit: Reference functions by name in IOCOERCE steps. 6 years ago
Andres Freund 1fdb7f9789 expression eval: Don't redundantly keep track of AggState. 6 years ago
Andres Freund 1ec7679f1b expression eval, jit: Minor code cleanups. 6 years ago
Michael Paquier 5ac4e9a12c Fix typo in proc.c 6 years ago
Michael Paquier dcddc3f813 Revert "Prevent running pg_basebackup as root" 6 years ago
Michael Paquier 414c2fd1e1 Revert "Add GUC checks for ssl_min_protocol_version and ssl_max_protocol_version" 6 years ago
Peter Eisentraut fc7a5e9eaa Ensure relcache consistency around generated columns 6 years ago
Jeff Davis 7d4395d0a1 Refactor hash_agg_entry_size(). 6 years ago
Jeff Davis c02fdc9223 Logical Tape Set: use min heap for freelist. 6 years ago
Amit Kapila cac8ce4a73 Fix typo. 6 years ago
Fujii Masao 3ccc66dac6 Fix bug in LWLock statistics mechanism. 6 years ago
Michael Paquier b025f32e0b Add leader_pid to pg_stat_activity 6 years ago
Andrew Gierth bf6cc19e34 Force tuple conversion when the source has missing attributes. 6 years ago
Alvaro Herrera 15d13e8291 Make vacuum buffer counters 64 bits wide 6 years ago
Alvaro Herrera 75cdf24ec3 ALTER SUBSCRIPTION / REFRESH docs: explain copy_data 6 years ago
Noah Misch bf989aaf35 When a TAP file has non-zero exit status, retain temporary directories. 6 years ago
Thomas Munro 815c2f0972 Add kqueue(2) support to the WaitEventSet API. 6 years ago
Thomas Munro d9fe702a2c Handle lack of DSM slots in parallel btree build, take 2. 6 years ago
Tom Lane 7d91b604d9 Fix handling of "Subplans Removed" field in EXPLAIN output. 6 years ago
Michael Paquier 177be9edf4 Fix fuzzy error handling in pg_basebackup when opening gzFile 6 years ago
Alvaro Herrera 1c7a0b387d Add missing break out seqscan loop in logical replication 6 years ago
Michael Paquier f1f10a1ba9 Add declaration-level assertions for compile-time checks 6 years ago
Tom Lane 6148e2b9a6 Fix assorted error-cleanup bugs in SSL min/max protocol version code. 6 years ago
Andrew Gierth 1fd687a035 Optimizations for integer to decimal output. 6 years ago
Michael Paquier 7bae0ad9fc Prevent running pg_basebackup as root 6 years ago
Thomas Munro 93745f1e01 Fix memory leak on DSM slot exhaustion. 6 years ago
Tom Lane 870ad6a59b Fix not-quite-right string comparison in parse_jsonb_index_flags(). 6 years ago
Tom Lane 74b35eb468 Fix CheckAttributeType's handling of collations for ranges. 6 years ago
Tom Lane 2425f8f714 Fix parallel pg_dump/pg_restore for failure to create worker processes. 6 years ago
Peter Eisentraut a9cff89f7e Allow building without default socket directory 6 years ago
Peter Eisentraut 7c23bfd25c Sprinkle some const decorations 6 years ago