Commit Graph

2046 Commits (2f39106a209e647d7b1895331fca115f9bb6ec8d)

Author SHA1 Message Date
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." 7 years ago
Tom Lane a2a8acd152 Produce compiler errors if errno is referenced inside elog/ereport calls. 7 years ago
Tom Lane 3a60c8ff89 Distinguish printf-like functions that support %m from those that don't. 7 years ago
Peter Geoghegan 4974d7f87e Handle parallel index builds on mapped relations. 7 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
Peter Eisentraut bbca77623f Rename MemoryContextCopySetIdentifier() for clarity 8 years ago
Teodor Sigaev 857f9c36cd Skip full index scan during cleanup of B-tree indexes when possible 8 years ago
Teodor Sigaev 710d90da1f Add prefix operator for TEXT type. 8 years ago
Peter Eisentraut 056a5a3f63 Allow committing inside cursor loop 8 years ago
Tom Lane 442accc3fe Allow memory contexts to have both fixed and variable ident strings. 8 years ago
Simon Riggs c203d6cf81 Allow HOT updates for some expression indexes 8 years ago
Andres Freund 432bb9e04d Basic JIT provider and error handling infrastructure. 8 years ago
Tom Lane 742869946f Fix mishandling of quoted-list GUC values in pg_dump and ruleutils.c. 8 years ago
Tom Lane 6497a18e6c Fix some corner-case issues in REFRESH MATERIALIZED VIEW CONCURRENTLY. 8 years ago
Tom Lane 58d9acc18d Fix assorted issues in convert_to_scalar(). 8 years ago
Peter Eisentraut fd1a421fe6 Add prokind column, replacing proisagg and proiswindow 8 years ago
Alvaro Herrera a26116c6cb Refactor format_type APIs to be more modular 8 years ago
Tom Lane 4b93f57999 Make plpgsql use its DTYPE_REC code paths for composite-type variables. 8 years ago
Alvaro Herrera 8237f27b50 get_relid_attribute_name is dead, long live get_attname 8 years ago
Robert Haas 935dee9ad5 Mark assorted GUC variables as PGDLLIMPORT. 8 years ago
Robert Haas 9da0cc3528 Support parallel btree index builds. 8 years ago
Tom Lane 97d4445a03 Save a few bytes by removing useless last argument to SearchCatCacheList. 8 years ago
Peter Eisentraut 7404e77cc1 Split out documentation of SSL parameters into their own section 8 years ago
Peter Eisentraut 8561e4840c Transaction control in PL procedures 8 years ago
Peter Eisentraut 8b9e9644dc Replace AclObjectKind with ObjectType 8 years ago
Peter Eisentraut 2c6f37ed62 Replace GrantObjectType with ObjectType 8 years ago
Andrew Dunstan 585e166e46 Fix compiler warnings due to commit cc4feded 8 years ago
Andrew Dunstan cc4feded0a Centralize json and jsonb handling of datetime types 8 years ago
Peter Eisentraut a77dd53f30 Remove PortalGetQueryDesc() 8 years ago