Commit Graph

59149 Commits (a54d4ed183927f15e1853b83106acebeeeee11c8)
 

Author SHA1 Message Date
Nathan Bossart 64f34eb2e2 Use CREATE DATABASE ... STRATEGY = FILE_COPY in pg_upgrade. 1 year ago
Andrew Dunstan 4b4b931bcd Choose ports for test servers less likely to result in conflicts 1 year ago
Andrew Dunstan e4f4c5424c Force nodes for SSL tests to start in TCP mode 1 year ago
Tom Lane 6082b3d5d3 Use xmlParseInNodeContext not xmlParseBalancedChunkMemory. 1 year ago
Dean Rasheed 1ff39f4ff2 Fix scale clamping in numeric round() and trunc(). 1 year ago
Amit Langote 519d710720 Typo fix 1 year ago
Heikki Linnakangas cc68ca6d42 Fix outdated comment after removal of direct SSL fallback 1 year ago
Michael Paquier e311c6e539 Renumber pg_get_acl() in pg_proc.dat 1 year ago
David Rowley 7340d9362a Widen lossy and exact page counters for Bitmap Heap Scan 1 year ago
Richard Guo d7db04dfda Remove an extra period in code comment 1 year ago
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