Commit Graph

58875 Commits (18501841bcb4e693b9f1e9da2b2fb524c78940d8)
 

Author SHA1 Message Date
Thomas Munro 18501841bc Add simple codepoint redirections to unaccent.rules. 2 years ago
David Rowley 1eff8279d4 Add memory/disk usage for Material nodes in EXPLAIN 2 years ago
Richard Guo aa86129e19 Support "Right Semi Join" plan shapes 2 years ago
Tom Lane 5a519abedd Doc: small improvements in discussion of geometric data types. 2 years ago
Alvaro Herrera 2ef575c780
Fix copy/paste mistake in comment 2 years ago
Alvaro Herrera 768f0c3e21
Remove bogus assertion in pg_atomic_monotonic_advance_u64 2 years ago
Daniel Gustafsson ab0ae64320 doc: Specify when ssl_prefer_server_ciphers was added 2 years ago
Michael Paquier 4564f1cebd Add pg_get_acl() to get the ACL for a database object 2 years ago
Amit Langote 3a8a1f3254 SQL/JSON: Fix some obsolete comments. 2 years ago
Michael Paquier b81a71aa05 Assign error codes where missing for user-facing failures 2 years ago
Alexander Korotkov 6897f0ec02 Optimize memory access in GetRunningTransactionData() 2 years ago
Alexander Korotkov 6c1af5482e Fix typo in GetRunningTransactionData() 2 years ago
David Rowley 4331a11c62 Remove incorrect Asserts in buffile.c 2 years ago
Nathan Bossart 2329cad1b9 Improve performance of binary_upgrade_set_pg_class_oids(). 2 years ago
Nathan Bossart 6e1c4a03a9 Remove is_index parameter from binary_upgrade_set_pg_class_oids(). 2 years ago
Heikki Linnakangas f3412a61f3 Avoid 0-length memcpy to NULL with EXEC_BACKEND 2 years ago
Heikki Linnakangas a06e8f84a1 Tighten check for --forkchild argument when spawning child process 2 years ago
Amit Kapila ae395f0f7e Fix the testcase introduced in commit 81d20fbf7a. 2 years ago
Michael Paquier 9fd0252579 Replace hardcoded identifiers of pgstats file by #defines 2 years ago
Michael Paquier dd569214aa Clean up more unused variables in perl code 2 years ago
Nathan Bossart dec9d4acdb Add CODE_OF_CONDUCT.md, CONTRIBUTING.md, and SECURITY.md. 2 years ago
Heikki Linnakangas eb21f5bc67 Remove redundant SetProcessingMode(InitProcessing) calls 2 years ago
Heikki Linnakangas 4d22173ec0 Move bgworker specific logic to bgworker.c 2 years ago
Nathan Bossart 8213df9eff pg_dump: Remove some unused return values. 2 years ago
Daniel Gustafsson e930c872b6 Use safe string copy routine 2 years ago
Peter Eisentraut da3ea048ca Remove too demanding test 2 years ago
Peter Eisentraut 9c2e660b07 Limit max parameter number with MaxAllocSize 2 years ago
Peter Eisentraut d35cd06199 Fix overflow in parsing of positional parameter 2 years ago
Amit Kapila 4867f8a555 Drop pre-existing subscriptions from the converted subscriber. 2 years ago
Peter Eisentraut 8f8bcb8883 Improve some global variable declarations 2 years ago
Peter Eisentraut 881455e57b Add missing includes for some global variables 2 years ago
Peter Eisentraut 720b0eaae9 Convert some extern variables to static 2 years ago
Amit Kapila a4c87df43a Remove unused structure member in pg_createsubscriber.c. 2 years ago
David Rowley 65b71dec2d Use TupleDescAttr macro consistently 2 years ago
Michael Paquier 0c1aca4614 Cleanup perl code from unused variables and routines 2 years ago
Michael Paquier 978f38c771 Add information about access method for partitioned relations in \dP+ 2 years ago
Tom Lane edadeb0710 Remove support for HPPA (a/k/a PA-RISC) architecture. 2 years ago
Nathan Bossart 7967d10c5b Remove redundant privilege check from pg_sequences system view. 2 years ago
Tom Lane 1afe31f03c Preserve CurrentMemoryContext across Start/CommitTransactionCommand. 2 years ago
Nathan Bossart 6e16b1e420 Add --no-sync to pg_upgrade's uses of pg_dump and pg_dumpall. 2 years ago
Peter Eisentraut 3fb59e789d Remove useless extern keywords 2 years ago
Alvaro Herrera 3497c87b05
Fix copy-paste mistake in PQcancelCreate 2 years ago
David Rowley 12227a1d5f Add context type field to pg_backend_memory_contexts 2 years ago
Peter Eisentraut e26d313bad Remove useless code 2 years ago
Peter Eisentraut da2aeba8f5 Remove useless initializations 2 years ago
Peter Eisentraut da486d3601 doc: Clarify that pg_attrdef also stores generation expressions 2 years ago
Amit Kapila 2357c9223b Rename standby_slot_names to synchronized_standby_slots. 2 years ago
Peter Eisentraut 0c3930d076 Apply COPT to CXXFLAGS as well 2 years ago
Michael Paquier 9004abf620 Use pgstat_kind_infos to read fixed shared statistics 2 years ago
Tom Lane a1333ec048 Further weaken new pg_createsubscriber test on Windows. 2 years ago