Commit Graph

6654 Commits (109de05cbb034b032cd60f50708716c8ff0afdf2)

Author SHA1 Message Date
Andrew Gierth 02ddd49932 Change floating-point output format for improved performance. 7 years ago
Andrew Gierth f397e08599 Use strtof() and not strtod() for float4 input. 7 years ago
Peter Eisentraut 37d9916020 More unconstify use 7 years ago
Thomas Munro 7215efdc00 Fix rare dsa_allocate() failures due to freepage.c corruption. 7 years ago
Tom Lane 75c46149fc Clean up planner confusion between ncolumns and nkeycolumns. 7 years ago
Alvaro Herrera fe33a196de Use Getopt::Long for catalog scripts 7 years ago
Tom Lane 74dfe58a59 Allow extensions to generate lossy index conditions. 7 years ago
Michael Paquier ea92368cd1 Move max_wal_senders out of max_connections for connection slot handling 7 years ago
Peter Eisentraut 78b0cac74d Remove unused macro 7 years ago
Tom Lane a391ff3c3d Build out the planner support function infrastructure. 7 years ago
Tom Lane 1fb57af920 Create the infrastructure for planner support functions. 7 years ago
Tom Lane 1a8d5afb0d Refactor the representation of indexable clauses in IndexPaths. 7 years ago
Tom Lane 0edef16d76 Defend against null error message reported by libxml2. 7 years ago
Peter Eisentraut 08d25d7850 Add some const decorations 7 years ago
Michael Paquier 3677a0b26b Add pg_partition_root to display top-most parent of a partition tree 7 years ago
Peter Eisentraut 0c1f8f166c Use EXECUTE FUNCTION syntax for triggers more 7 years ago
Peter Eisentraut 13b89f96d0 Allow some recovery parameters to be changed with reload 7 years ago
Thomas Munro f1bebef60e Add shared_memory_type GUC. 7 years ago
Alvaro Herrera 558d77f20e Renaming for new subscripting mechanism 7 years ago
Peter Eisentraut f60a0e9677 Add more columns to pg_stat_ssl 7 years ago
Peter Eisentraut dfa774ff9a Fix a crash in logical replication 7 years ago
Tom Lane f09346a9c6 Refactor planner's header files. 7 years ago
Tom Lane a1b8c41e99 Make some small planner API cleanups. 7 years ago
Peter Eisentraut e77cfa54d7 Fix pg_stat_ssl.clientdn 7 years ago
Tom Lane 4be058fe9e In the planner, replace an empty FROM clause with a dummy RTE. 7 years ago
Andres Freund a9c35cf85c Change function call information to be variable length. 7 years ago
Tom Lane ff750ce2d8 Teach nulltestsel() that system columns are never NULL. 7 years ago
Tom Lane 6119060d01 Fix possibly-uninitialized-variable warning from commit 9556aa01c. 7 years ago
Heikki Linnakangas 9556aa01c6 Use single-byte Boyer-Moore-Horspool search even with multibyte encodings. 7 years ago
Heikki Linnakangas a5be6e9a1d Fix comments that claimed that mblen() only looks at first byte. 7 years ago
Heikki Linnakangas 95931133a9 Fix misc typos in comments. 7 years ago
Andres Freund 346ed70b0a Rename RelationData.rd_amroutine to rd_indam. 7 years ago
Andres Freund ebcc7bf949 Rephrase references to "time qualification". 7 years ago
Andres Freund c91560defc Move remaining code from tqual.[ch] to heapam.h / heapam_visibility.c. 7 years ago
Andres Freund b7eda3e0e3 Move generic snapshot related code from tqual.h to snapmgr.h. 7 years ago
Andres Freund 63746189b2 Change snapshot type to be determined by enum rather than callback. 7 years ago
Tom Lane 8f9e934ab7 Remove useless bms_copy step in RelationGetIndexAttrBitmap. 7 years ago
Alvaro Herrera 1755440935 Flush relcache entries when their FKs are meddled with 7 years ago
Andres Freund e7cc78ad43 Remove superfluous tqual.h includes. 7 years ago
Andres Freund e0c4ec0728 Replace uses of heap_open et al with the corresponding table_* function. 7 years ago
Andres Freund 111944c5ee Replace heapam.h includes with {table, relation}.h where applicable. 7 years ago
Magnus Hagander 0301db623d Replace @postgresql.org with @lists.postgresql.org for mailinglists 7 years ago
Alvaro Herrera 0080396dad Refactor duplicate code into DeconstructFkConstraintRow 7 years ago
Tom Lane 1c53c4dec3 Finish reverting "recheck_on_update" patch. 7 years ago
Andres Freund 0944ec54de Don't include genam.h from execnodes.h and relscan.h anymore. 7 years ago
Andres Freund 4c850ecec6 Don't include heapam.h from others headers. 7 years ago
Andres Freund de66987adb Re-add default_with_oids GUC to avoid breaking old dump files. 7 years ago
Peter Eisentraut 0acb3bc33a Change default of recovery_target_timeline to 'latest' 7 years ago
Peter Eisentraut ff85306055 Add value 'current' for recovery_target_timeline 7 years ago
Tom Lane eaf0380ecc Fix C++ compile failures in headers. 7 years ago