Commit Graph

2646 Commits (110eb4aefbad683c8f512ee8a7168d1718353baa)

Author SHA1 Message Date
Michael Paquier 110eb4aefb Remove enum WaitEventExtension 2 years ago
Michael Paquier 33181b48fd Introduce private data area for injection points 2 years ago
Tom Lane 5342874039 Fix failure to track role dependencies of pg_init_privs entries. 2 years ago
Peter Eisentraut 592a228372 Revert "Add GUC backtrace_on_internal_error" 2 years ago
Michael Paquier 06a0f4d52b Remove resowner_private.h 2 years ago
Amit Langote ef744ebb73 SQL/JSON: Miscellaneous fixes and improvements 2 years ago
Amit Langote b4fad46b6b SQL/JSON: Improve some error messages 2 years ago
Andres Freund 3ab8cf9275 Remove GlobalVisTestNonRemovable[Full]Horizon, not used anymore 2 years ago
Alvaro Herrera cee8db3f68
ATTACH PARTITION: Don't match a PK with a UNIQUE constraint 2 years ago
Alexander Korotkov 922c4c461d Revert: Allow table AM to store complex data structures in rd_amcache 2 years ago
Alexander Korotkov bc1e2092eb Revert: Custom reloptions for table AM 2 years ago
Alexander Korotkov 9bd99f4c26 Custom reloptions for table AM 2 years ago
David Rowley 6ed83d5fa5 Use bump memory context for tuplesorts 2 years ago
David Rowley 29f6a959cf Introduce a bump memory allocator 2 years ago
David Rowley 0ba8b75e7e Enlarge bit-space for MemoryContextMethodID 2 years ago
Alexander Korotkov 87c21bb941 Implement ALTER TABLE ... SPLIT PARTITION ... command 2 years ago
Peter Geoghegan 5bf748b86b Enhance nbtree ScalarArrayOp execution. 2 years ago
Amit Langote de3600452b Add basic JSON_TABLE() functionality 2 years ago
Robert Haas d3ae2a24f2 Add allow_alter_system GUC. 2 years ago
Robert Haas de7e96bd0f Rename COMPAT_OPTIONS_CLIENT to COMPAT_OPTIONS_OTHER. 2 years ago
Dean Rasheed e6341323a8 Add functions to generate random numbers in a specified range. 2 years ago
Masahiko Sawada bb952c8c8b Allow specifying initial and maximum segment sizes for DSA. 2 years ago
Alvaro Herrera 374c7a2290
Allow specifying an access method for partitioned tables 2 years ago
Daniel Gustafsson 697f8d266c Revert "Add notBefore and notAfter to SSL cert info display" 2 years ago
Tom Lane 473182c952 Use a hash table for catcache.c's CatCList objects. 2 years ago
Daniel Gustafsson 6acb0a628e Add notBefore and notAfter to SSL cert info display 2 years ago
Alexander Korotkov 02eb07ea89 Allow table AM to store complex data structures in rd_amcache 2 years ago
Amit Langote 6185c9737c Add SQL/JSON query functions 2 years ago
Jeff Davis 846311051e Address more review comments on commit 2d819a08a1. 2 years ago
Jeff Davis 2d819a08a1 Introduce "builtin" collation provider. 2 years ago
Nathan Bossart ecb0fd3372 Reintroduce MAINTAIN privilege and pg_maintain predefined role. 2 years ago
Alvaro Herrera 270af6f0df
Admit deferrable PKs into rd_pkindex, but flag them as such 2 years ago
Alexander Korotkov 4c1973fcae Avoid recursion in MemoryContext functions 2 years ago
Amit Kapila bf279ddd1c Introduce a new GUC 'standby_slot_names'. 2 years ago
John Naylor ee1b30f128 Add template for adaptive radix tree 2 years ago
Michael Paquier 099ca50bd4 Revert "Fix parallel-safety check of expressions and predicate for index builds" 2 years ago
Michael Paquier eae7be600b Fix parallel-safety check of expressions and predicate for index builds 2 years ago
Jeff Davis 59825d1639 Fix buildfarm failures from 2af07e2f74. 2 years ago
Jeff Davis 2af07e2f74 Fix search_path to a safe value during maintenance operations. 2 years ago
Heikki Linnakangas 024c521117 Replace BackendIds with 0-based ProcNumbers 2 years ago
Alvaro Herrera 53c2a97a92
Improve performance of subsystems on top of SLRU 2 years ago
Alvaro Herrera bcdfa5f2e2
Rename SLRU elements in view pg_stat_slru 2 years ago
David Rowley 743112a2e9 Adjust memory allocation functions to allow sibling calls 2 years ago
Alexander Korotkov 51efe38cb9 Introduce transaction_timeout 2 years ago
Nathan Bossart 8fd0498de2 Remove obsolete check in SIGTERM handler for the startup process. 2 years ago
Heikki Linnakangas 21d9c3ee4e Give SMgrRelation pointers a well-defined lifetime. 2 years ago
Nathan Bossart 97287bdfae Move is_valid_ascii() to ascii.h. 2 years ago
Alvaro Herrera 5de890e361
Add EXPLAIN (MEMORY) to report planner memory consumption 2 years ago
Tom Lane 8ba6fdf905 Support TZ and OF format codes in to_timestamp(). 2 years ago
Andrew Dunstan 66ea94e8e6 Implement various jsonpath methods 2 years ago