Commit Graph

45640 Commits (02e669c0f7ddbdc4f1ca74bfa5ccfcfca782f144)
 

Author SHA1 Message Date
Tom Lane d112682373 Avoid statically allocating gmtsub()'s timezone workspace. 8 years ago
Tom Lane 19f20081df Stamp 11.0. 8 years ago
Tom Lane db9034bf76 Check for stack overrun in standard_ProcessUtility(). 8 years ago
Peter Eisentraut 6c6deadb04 Translation updates 8 years ago
Peter Eisentraut d315639c82 Fixes for "Glyph not available" warnings from FOP 8 years ago
Alexander Korotkov 1846bac46d contrib/bloom documentation improvement 8 years ago
Michael Paquier 18781cd2af Avoid duplicate XIDs at recovery when building initial snapshot 8 years ago
Tom Lane 52f76a02f6 Doc: still further copy-editing for v11 release notes. 8 years ago
Greg Stark e2002b4014 Add "B" suffix for bytes to docs 8 years ago
Tom Lane d1fd7576e1 Doc: further copy-editing for v11 release notes. 8 years ago
Tom Lane 4d00ee4b4a Doc: copy-editing for CREATE INDEX reference page. 8 years ago
Tom Lane a31af2551f Make an editing pass over v11 release notes. 8 years ago
Tom Lane 184951a48a Remove abstime, reltime, tinterval tables from old regression databases. 8 years ago
Tom Lane 3d059655be Simplify use of AllocSetContextCreate() wrapper macro. 8 years ago
Alvaro Herrera 355684ee3f Correct attach/detach logic for FKs in partitions 8 years ago
Andres Freund 88670a4366 Fix logical decoding error when system table w/ toast is repeatedly rewritten. 8 years ago
Tom Lane 4c676181cd Stamp 11rc1. 8 years ago
Tom Lane 1145c26b74 Advance transaction timestamp for intra-procedure transactions. 8 years ago
Alvaro Herrera 8569ef63f4 Silence compiler warning in Assert() 8 years ago
Peter Eisentraut 69ff26b96f Translation updates 8 years ago
Peter Eisentraut c2055a4a17 Track procedure calls in pg_stat_user_functions 8 years ago
Michael Paquier c8ed820c68 Improve two error messages related to foreign keys on partitioned tables 8 years ago
Magnus Hagander 4d7c74039f Fix speling error 8 years ago
Alvaro Herrera 1c7f585b5c Fix catalog insertion order for ATTACH PARTITION 8 years ago
Alvaro Herrera 1a852f7c1e Fix event triggers for partitioned tables 8 years ago
Tom Lane 6bf278df89 Propagate xactStartTimestamp and stmtStartTimestamp to parallel workers. 8 years ago
Michael Paquier c905b67b79 Assign constraint name when cloning FK definition for partitions 8 years ago
Bruce Momjian 076cfffb39 doc: update PG 11 release notes 8 years ago
Tom Lane 67e7d4da72 Allow btree comparison functions to return INT_MIN. 8 years ago
Tom Lane 6e526b7870 Ensure that PLPGSQL_DTYPE_ROW variables have valid refname fields. 8 years ago
Peter Eisentraut 40159d91cc Remove redundant allocation 8 years ago
Alvaro Herrera ff347f8aff Fix duplicate primary keys in partitions 8 years ago
Andres Freund e97c4d967b Fix issues around EXPLAIN with JIT. 8 years ago
Amit Kapila ca5ca25d08 MAXALIGN the target address where we store flattened value. 8 years ago
Tom Lane a051c19c3c Set snprintf.c's maximum number of NL arguments to be 31. 8 years ago
Tom Lane 419cc8add5 Fix corner-case failures in has_foo_privilege() family of functions. 8 years ago
Michael Paquier e9cff30616 Fix documentation of pgrowlocks using "lock_type" instead of "modes" 8 years ago
Peter Eisentraut 3b983c3354 Change PROCEDURE to FUNCTION in CREATE EVENT TRIGGER syntax 8 years ago
Tom Lane 1f25c7a8fc Fix tuple_data_split() to not open a relation without any lock. 8 years ago
Tom Lane 4c985549fe Fix ALTER COLUMN TYPE to not open a relation without any lock. 8 years ago
Tom Lane 7871a36255 Fix detection of the result type of strerror_r(). 8 years ago
Tom Lane a8fb03fcea Improve error reporting for unsupported effective_io_concurrency setting. 8 years ago
Amit Kapila 6c8671bc39 Fix assertion failure when updating full_page_writes for checkpointer. 8 years ago
Michael Paquier 88926fd481 Fix WAL recycling on standbys depending on archive_mode 8 years ago
Tom Lane 49507dec46 Fix assorted bugs in pg_get_partition_constraintdef(). 8 years ago
Peter Eisentraut 6485469606 Recurse to sequences on ownership change for all relkinds 8 years ago
Michael Paquier 180feb8c7e Rework activation of commit timestamps during recovery 8 years ago
Alvaro Herrera 2886a8f704 Remove obsolete comment 8 years ago
Andres Freund e63441c3f5 Collect JIT instrumentation from workers. 8 years ago
Tom Lane 9590f7d6c6 Make some fixes to allow building Postgres on macOS 10.14 ("Mojave"). 8 years ago