Commit Graph

59089 Commits (06ffce4559d0f7d29e0d92d18b72b4b96772ad1c)
 

Author SHA1 Message Date
Richard Guo 0ffc0acaf3 Fix right-anti-joins when the inner relation is proven unique 1 year ago
Michael Paquier 74b8e6a698 Re-enable autoruns for cmd.exe on Windows 1 year ago
Tom Lane 066e8ac6ea Use xmlAddChildList not xmlAddChild in XMLSERIALIZE. 1 year ago
David Rowley 04bcf9e19a Adjust tuplestore.c not to allocate BufFiles in generation context 1 year ago
David Rowley 97651b0139 Fix incorrect sentinel byte logic in GenerationRealloc() 1 year ago
Thomas Munro 2a5ef09830 Cope with <regex.h> name clashes. 1 year ago
Tom Lane 8212625e53 Fix placement of "static". 1 year ago
Nathan Bossart 0b1fe1413e Remove check hooks for GUCs that contribute to MaxBackends. 1 year ago
Tom Lane ba8f00eef6 Improve PL/Tcl's method for choosing Tcl names of procedures. 1 year ago
Tom Lane aaab3ee9c6 Doc: minor improvements for our "Brief History" chapter. 1 year ago
Michael Paquier 4b211003ec Support loading of injection points 1 year ago
Heikki Linnakangas 98347b5a3a Lift limitation that PGPROC->links must be the first field 1 year ago
David Rowley 590b045c37 Improve memory management and performance of tuplestore.c 1 year ago
David Rowley 53abb1e0eb Fix newly introduced issue in EXPLAIN for Materialize nodes 1 year ago
Thomas Munro 18501841bc Add simple codepoint redirections to unaccent.rules. 1 year ago
David Rowley 1eff8279d4 Add memory/disk usage for Material nodes in EXPLAIN 1 year ago
Richard Guo aa86129e19 Support "Right Semi Join" plan shapes 1 year ago
Tom Lane 5a519abedd Doc: small improvements in discussion of geometric data types. 1 year ago
Alvaro Herrera 2ef575c780
Fix copy/paste mistake in comment 1 year ago
Alvaro Herrera 768f0c3e21
Remove bogus assertion in pg_atomic_monotonic_advance_u64 1 year ago
Daniel Gustafsson ab0ae64320 doc: Specify when ssl_prefer_server_ciphers was added 1 year ago
Michael Paquier 4564f1cebd Add pg_get_acl() to get the ACL for a database object 1 year ago
Amit Langote 3a8a1f3254 SQL/JSON: Fix some obsolete comments. 1 year ago
Michael Paquier b81a71aa05 Assign error codes where missing for user-facing failures 1 year ago
Alexander Korotkov 6897f0ec02 Optimize memory access in GetRunningTransactionData() 1 year ago
Alexander Korotkov 6c1af5482e Fix typo in GetRunningTransactionData() 1 year ago
David Rowley 4331a11c62 Remove incorrect Asserts in buffile.c 1 year ago
Nathan Bossart 2329cad1b9 Improve performance of binary_upgrade_set_pg_class_oids(). 1 year ago
Nathan Bossart 6e1c4a03a9 Remove is_index parameter from binary_upgrade_set_pg_class_oids(). 1 year ago
Heikki Linnakangas f3412a61f3 Avoid 0-length memcpy to NULL with EXEC_BACKEND 1 year ago
Heikki Linnakangas a06e8f84a1 Tighten check for --forkchild argument when spawning child process 1 year ago
Amit Kapila ae395f0f7e Fix the testcase introduced in commit 81d20fbf7a. 1 year ago
Michael Paquier 9fd0252579 Replace hardcoded identifiers of pgstats file by #defines 1 year ago
Michael Paquier dd569214aa Clean up more unused variables in perl code 1 year ago
Nathan Bossart dec9d4acdb Add CODE_OF_CONDUCT.md, CONTRIBUTING.md, and SECURITY.md. 1 year ago
Heikki Linnakangas eb21f5bc67 Remove redundant SetProcessingMode(InitProcessing) calls 1 year ago
Heikki Linnakangas 4d22173ec0 Move bgworker specific logic to bgworker.c 1 year ago
Nathan Bossart 8213df9eff pg_dump: Remove some unused return values. 1 year ago
Daniel Gustafsson e930c872b6 Use safe string copy routine 1 year ago
Peter Eisentraut da3ea048ca Remove too demanding test 1 year ago
Peter Eisentraut 9c2e660b07 Limit max parameter number with MaxAllocSize 1 year ago
Peter Eisentraut d35cd06199 Fix overflow in parsing of positional parameter 1 year ago
Amit Kapila 4867f8a555 Drop pre-existing subscriptions from the converted subscriber. 1 year ago
Peter Eisentraut 8f8bcb8883 Improve some global variable declarations 1 year ago
Peter Eisentraut 881455e57b Add missing includes for some global variables 1 year ago
Peter Eisentraut 720b0eaae9 Convert some extern variables to static 1 year ago
Amit Kapila a4c87df43a Remove unused structure member in pg_createsubscriber.c. 1 year ago
David Rowley 65b71dec2d Use TupleDescAttr macro consistently 1 year ago
Michael Paquier 0c1aca4614 Cleanup perl code from unused variables and routines 1 year ago
Michael Paquier 978f38c771 Add information about access method for partitioned relations in \dP+ 1 year ago