Commit Graph

59324 Commits (a70e01d4306fdbcd5fbedb4ca97e5c21c995da60)
 

Author SHA1 Message Date
Daniel Gustafsson a70e01d430 Remove support for OpenSSL older than 1.1.0 1 year ago
Daniel Gustafsson 6ebeeae296 Cache typarray for fast lookups in binary upgrade mode 1 year ago
Peter Eisentraut 4d5111b3f1 More use of getpwuid_r() directly 1 year ago
Michael Paquier 23138284cd Rename enum labels of PG_Locale_Strategy 1 year ago
Thomas Munro 4effd0844d Fix unfairness in all-cached parallel seq scan. 1 year ago
Thomas Munro ecd56459cf Stabilize 039_end_of_wal test. 1 year ago
Masahiko Sawada d7613ea72f Clarify restrict_nonsystem_relation_kind description. 1 year ago
Tom Lane 0e5c823806 Make postgres_fdw's query_cancel test less flaky. 1 year ago
Tom Lane cb8e50a4a0 Avoid inserting PlaceHolderVars in cases where pre-v16 PG did not. 1 year ago
Tom Lane 3409b4db63 Remove one memoize test case added by commit 069d0ff02. 1 year ago
Michael Paquier c39afc38cf Define PG_LOGICAL_DIR for path pg_logical/ in data folder 1 year ago
Michael Paquier 2065ddf5e3 Define PG_REPLSLOT_DIR for path pg_replslot/ in data folder 1 year ago
Michael Paquier a83a944e9f Rename pg_sequence_read_tuple() to pg_get_sequence_data() 1 year ago
Tom Lane 43f2e7634d Fix mis-deparsing of ORDER BY lists when there is a name conflict. 1 year ago
Peter Eisentraut edee0c621d Message style improvements 1 year ago
Peter Eisentraut 894be11adf Put generated_stored test objects in a schema 1 year ago
Peter Eisentraut b9ed496925 Rename regress test generated to generated_stored 1 year ago
Peter Eisentraut 4d68a04324 Disallow USING clause when altering type of generated column 1 year ago
Heikki Linnakangas 478846e768 Rename some shared memory initialization routines 1 year ago
Heikki Linnakangas fbce7dfc77 Refactor lock manager initialization to make it a bit less special 1 year ago
Michael Paquier 9f87da1cff Refactor some code for ALTER TABLE SET LOGGED/UNLOGGED in tablecmds.c 1 year ago
Peter Eisentraut d7fe02fb9e Fixup for prefetching support on macOS 1 year ago
Amit Kapila 640178c92e Rename the conflict types for the origin differ cases. 1 year ago
Amit Kapila 9d90e2bdaf Doc: Fix the ambiguity in the description of failover slots. 1 year ago
Peter Eisentraut 6654bb9204 Add prefetching support on macOS 1 year ago
Peter Eisentraut 2e6a8047f0 Message style improvements 1 year ago
Peter Eisentraut dc26ff2f22 Fix misplaced translator comments 1 year ago
Masahiko Sawada 7229ebe011 Fix identation. 1 year ago
Masahiko Sawada 52f1d6730b Fix memory counter update in ReorderBuffer. 1 year ago
Peter Geoghegan 09a8407dbf Fix nbtree lookahead overflow bug. 1 year ago
Peter Eisentraut dbe37f1adb pg_upgrade: Message style improvements 1 year ago
Dean Rasheed 7cac6307a4 Fix compiler warning in mul_var_short(). 1 year ago
Alexander Korotkov 8daa62a10c Revert: Avoid looping over all type cache entries in TypeCacheRelCallback() 1 year ago
Alexander Korotkov c14d4acb81 Avoid looping over all type cache entries in TypeCacheRelCallback() 1 year ago
Alexander Korotkov 3890d90c15 Revert support for ALTER TABLE ... MERGE/SPLIT PARTITION(S) commands 1 year ago
Peter Eisentraut 6e8a0317b4 pg_createsubscriber: Message style improvements 1 year ago
Tom Lane ff59d5d2cf Provide feature-test macros for libpq features added in v17. 1 year ago
Peter Eisentraut a2bbc58f74 thread-safety: gmtime_r(), localtime_r() 1 year ago
Michael Paquier 94a3373ac5 Rework new SLRU test with injection points 1 year ago
Michael Paquier 2e35c67f95 injection_point: Add injection_points.stats 1 year ago
Michael Paquier b2b023aa37 injection_points: Add initialization of shmem state when loading module 1 year ago
Amit Kapila edcb712585 Doc: explain the log format of logical replication conflicts. 1 year ago
Michael Paquier d55322b0da psql: Add more meta-commands able to use the extended protocol 1 year ago
Noah Misch a36aa223ec Fix attach of a previously-detached injection point. 1 year ago
Alexander Korotkov 04158e7fa3 Avoid repeated table name lookups in createPartitionTable() 1 year ago
Richard Guo 9bb842f95e Small code simplification 1 year ago
Michael Paquier 490f869d92 Create syscache entries for pg_extension 1 year ago
Jeff Davis a839567784 Fix obsolete comments in varstr_cmp(). 1 year ago
Tom Lane 86488cdf12 Disallow creating binary-coercible casts involving range types. 1 year ago
Robert Haas c01743aa48 Show number of disabled nodes in EXPLAIN ANALYZE output. 1 year ago