Commit Graph

6516 Commits (08c9917e24683e36dca35201723e47cdc3fa62db)

Author SHA1 Message Date
Tom Lane 87d9bbca13 Fix over-allocation of space for array_out()'s result string. 7 years ago
Joe Conway c62dd80cdf Document aclitem functions and operators 7 years ago
Noah Misch d18f6674bd Initialize random() in bootstrap/stand-alone postgres and in initdb. 7 years ago
Michael Paquier db361db2fc Make GUC wal_sender_timeout user-settable 7 years ago
Thomas Munro f025bd2ddd Use size_t consistently in dsa.{ch}. 7 years ago
Alexander Korotkov 09e99ce86e Fix handling of format string text characters in to_timestamp()/to_date() 7 years ago
Thomas Munro 38763d6778 Fix segment_bins corruption in dsa.c. 7 years ago
Alexander Korotkov 2a6368343f Add support for nearest-neighbor (KNN) searches to SP-GiST 7 years ago
Tom Lane 07a3af0ff8 Fix parsetree representation of XMLTABLE(XMLNAMESPACES(DEFAULT ...)). 7 years ago
Tom Lane 8f32bacc00 In v11, disable JIT by default (it's still enabled by default in HEAD). 7 years ago
Andrew Gierth b7f6bcbffc Repair bug in regexp split performance improvements. 7 years ago
Tom Lane fedc97cdfd Remove ruleutils.c's special case for BIT [VARYING] literals. 7 years ago
Alexander Korotkov cf98467242 Improve behavior of to_timestamp()/to_date() functions 7 years ago
Tom Lane ff47d4bf1f Work around stdbool problem in dfmgr.c. 7 years ago
Michael Paquier 9226a3b89b Remove duplicated words split across lines in comments 7 years ago
Tom Lane f510412df3 Limit depth of forced recursion for CLOBBER_CACHE_RECURSIVELY. 7 years ago
Peter Eisentraut 842cb9fa62 Refactor dlopen() support 7 years ago
Alvaro Herrera 2fbdf1b38b Simplify partitioned table creation vs. relcache 7 years ago
Tom Lane 17b7c302b5 Fully enforce uniqueness of constraint names. 7 years ago
Alvaro Herrera c076f3d74a Remove pg_constraint.conincluding 7 years ago
Tom Lane 44cac93464 Avoid using potentially-under-aligned page buffers. 7 years ago
Andrew Gierth c8ea87e4bd Avoid quadratic slowdown in regexp match/split functions. 7 years ago
Peter Eisentraut 7a3b7bbfde Fix snapshot leak warning for some procedures 7 years ago
Thomas Munro 18e586741b Fix typos. 7 years ago
Thomas Munro af63926cf5 Wrap long line in postgresql.conf.sample. 7 years ago
Thomas Munro f9fe269ca2 Provide plan_cache_mode options in postgresql.conf.sample. 7 years ago
Alvaro Herrera 55a0154efd Fix typo 7 years ago
Michael Paquier 72be8c29a1 Fix set of NLS translation issues 7 years ago
Michael Paquier d8c83800c3 Fix typo in description of enable_parallel_hash 7 years ago
Tomas Vondra c4c3400885 Use the built-in float datatypes to implement geometric types 8 years ago
Tomas Vondra a082aed072 Remove remaining GEODEBUG references from geo_ops.c 8 years ago
Tom Lane e1d19c902e Require a C99-compliant snprintf(), and remove related workarounds. 8 years ago
Michael Paquier 3593579bcd Update comment in header of errcodes.txt 8 years ago
Tom Lane cc4f6b7786 Clean up assorted misuses of snprintf()'s result value. 8 years ago
Peter Geoghegan 4974d7f87e Handle parallel index builds on mapped relations. 8 years ago
Tom Lane f3eb76b399 Further fixes for quoted-list GUC values in pg_dump and ruleutils.c. 8 years ago
Peter Eisentraut 98efa76fe3 Add ssl_library preset parameter 8 years ago
Tomas Vondra ab87b8fedc Mark variable used only in assertion with PG_USED_FOR_ASSERTS_ONLY 8 years ago
Tomas Vondra 74294c7301 Restore handling of -0 in the C field of lines in line_construct(). 8 years ago
Noah Misch e09144e6ce Document security implications of qualified names. 8 years ago
Tomas Vondra 6bf0bc842b Provide separate header file for built-in float types 8 years ago
Tomas Vondra a7dc63d904 Refactor geometric functions and operators 8 years ago
Andres Freund b2bb3dc0e0 Defend against some potential spurious compiler warnings in 86eaf208e. 8 years ago
Thomas Munro 1bc180cd2a Use setproctitle_fast() to update the ps status, if available. 8 years ago
Michael Paquier e41d0a1090 Add proper errcodes to new error messages for read() failures 8 years ago
Andres Freund 86eaf208ea Hand code string to integer conversion for performance. 8 years ago
Andres Freund 3522d0eaba Deduplicate "invalid input syntax" messages for various types. 8 years ago
Tom Lane 028e3da294 Fix pg_get_indexdef()'s behavior for included index columns. 8 years ago
Tom Lane 3cb646264e Use a ResourceOwner to track buffer pins in all cases. 8 years ago
Heikki Linnakangas 6b387179ba Fix misc typos, mostly in comments. 8 years ago