Commit Graph

2070 Commits (c0d0e540847d24d9dfe374549fb4cfd5ca40d050)

Author SHA1 Message Date
Tom Lane 1c53c4dec3 Finish reverting "recheck_on_update" patch. 7 years ago
Tom Lane eaf0380ecc Fix C++ compile failures in headers. 7 years ago
Tom Lane 8ff5f824dc Reduce the size of the fmgr_builtin_oid_index[] array. 7 years ago
Alvaro Herrera 807ae415c5 Don't create relfilenode for relations without storage 7 years ago
Bruce Momjian 97c39498e5 Update copyright for 2019 7 years ago
Michael Paquier 1707a0d2aa Remove configure switch --disable-strong-random 7 years ago
Tom Lane 586b98fdf1 Make type "name" collation-aware. 7 years ago
Tom Lane 5e09280057 Make pg_statistic and related code account more honestly for collations. 7 years ago
Andres Freund 09568ec3d3 Create a separate oid range for oids assigned by genbki.pl. 7 years ago
Tom Lane 04fe805a17 Drop no-op CoerceToDomain nodes from expressions at planning time. 7 years ago
Alvaro Herrera 88bdbd3f74 Add log_statement_sample_rate parameter 7 years ago
Peter Eisentraut 2dedf4d9a8 Integrate recovery.conf into postgresql.conf 7 years ago
Andres Freund 578b229718 Remove WITH OIDS support, change oid catalog column visibility. 7 years ago
Peter Eisentraut 7ac0069fb8 A small tweak to some comments for PartitionKeyData 7 years ago
Tom Lane fa2952d8eb Fix missing role dependencies for some schema and type ACLs. 7 years ago
Peter Eisentraut 5d7c703a44 Remove get_attidentity() 7 years ago
Peter Eisentraut c903bb7b1c Remove get_atttypmod() 7 years ago
Andres Freund 28d750c0cd Reorder FmgrBuiltin members, saving 25% in size. 7 years ago
Andres Freund 02a30a09f9 Correct constness of system attributes in heap.c & prerequisites. 7 years ago
Tom Lane 13cd7209f7 Simplify use of AllocSetContextCreate() wrapper macro. 7 years ago
Alvaro Herrera c7d43c4d8a Correct attach/detach logic for FKs in partitions 7 years ago
Andres Freund cda6a8d01d Remove deprecated abstime, reltime, tinterval datatypes. 7 years ago
Tom Lane c87cb5f7a6 Allow btree comparison functions to return INT_MIN. 7 years ago
Tom Lane aaf10f32a3 Fix assorted bugs in pg_get_partition_constraintdef(). 7 years ago
Thomas Munro f025bd2ddd Use size_t consistently in dsa.{ch}. 7 years ago
Alexander Korotkov 2a6368343f Add support for nearest-neighbor (KNN) searches to SP-GiST 7 years ago
Peter Eisentraut 842cb9fa62 Refactor dlopen() support 7 years ago
Andres Freund 8ecdefc261 Remove test for VA_ARGS, implied by C99. 7 years ago
Tomas Vondra c4c3400885 Use the built-in float datatypes to implement geometric types 7 years ago
Tom Lane 46b5e7c4b5 Revert "Distinguish printf-like functions that support %m from those that don't." 8 years ago
Tom Lane a2a8acd152 Produce compiler errors if errno is referenced inside elog/ereport calls. 8 years ago
Tom Lane 3a60c8ff89 Distinguish printf-like functions that support %m from those that don't. 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
Alvaro Herrera 23ca82d7ef Fix typo in file identification and copyright year 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 86eaf208ea Hand code string to integer conversion for performance. 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
Peter Eisentraut f7cb2842bf Add plan_cache_mode setting 8 years ago
Alexander Korotkov edf59c40dd Fix more wrong paths in header comments 8 years ago
Alvaro Herrera 0c8910a0ca Teach SHOW ALL to honor pg_read_all_settings membership 8 years ago
Tom Lane 2efc924180 Detoast plpgsql variables if they might live across a transaction boundary. 8 years ago
Tom Lane 9bf28f96c7 Rearrange makefile rules for running Gen_fmgrtab.pl. 8 years ago
Heikki Linnakangas 445e31bdc7 Fix some sloppiness in the new BufFileSize() and BufFileAppend() functions. 8 years ago
Tom Lane bdf46af748 Post-feature-freeze pgindent run. 8 years ago
Alvaro Herrera da6f3e45dd Reorganize partitioning code 8 years ago
Teodor Sigaev 8224de4f42 Indexes with INCLUDE columns and their support in B-tree 8 years ago
Teodor Sigaev 1c1791e000 Add json(b)_to_tsvector function 8 years ago