Commit Graph

47631 Commits (927f34ce8a215c8b254136f710cca9ca4da1352c)
 

Author SHA1 Message Date
Tom Lane 927f34ce8a Avoid conflicts with library versions of inet_net_ntop() and friends. 6 years ago
Tom Lane 232720be9b Fix incidental warnings from cpluspluscheck. 6 years ago
Tom Lane 5f110933e1 Fix failure-to-compile-standalone in scripts_parallel.h. 6 years ago
Tom Lane 5c66e99178 Fix failure-to-compile-standalone in ecpg's dt.h. 6 years ago
Tom Lane 4d4c66addf Disallow changing an inherited column's type if not all parents changed. 6 years ago
Peter Eisentraut 7e78c872dd Remove obsolete reference to Irix 6 years ago
Tom Lane 9be4ce4fa3 Make deadlock-parallel isolation test more robust. 6 years ago
Peter Eisentraut d78d452bc5 Improve Assert output 6 years ago
Andres Freund f7db0ac7d5 Add default_table_access_method to postgresql.conf.sample. 6 years ago
Andres Freund 00a5c4c17b Add missing fmgr.h include. 6 years ago
Andres Freund fb3b098fe8 Remove fmgr.h includes from headers that don't really need it. 6 years ago
Andres Freund 6a04d345fd Don't include utils/array.h from acl.h. 6 years ago
Andres Freund 0ae2dc4db2 Remove redundant prototypes for SQL callable functions. 6 years ago
Etsuro Fujita 076e9d4209 Remove useless bms_free() calls in build_child_join_rel(). 6 years ago
Tom Lane 1ced082b95 Prevent possible double-free when update trigger returns old tuple. 6 years ago
Tom Lane fe9b7b2fe5 Fix plpgsql to re-look-up composite type names at need. 6 years ago
Tom Lane bb5ae8f6c4 Use a hash table to de-duplicate NOTIFY events faster. 6 years ago
Tom Lane 45aaaa42fe Doc: improve documentation about postgresql.auto.conf. 6 years ago
Tom Lane f1bf619acd Fix ALTER SYSTEM to cope with duplicate entries in postgresql.auto.conf. 6 years ago
Peter Geoghegan 9c02cf5661 Remove block number field from nbtree stack. 6 years ago
Peter Eisentraut fded4773eb initdb: Remove obsolete locale handling 6 years ago
Michael Paquier 96e7e1bc08 Fix random regression failure in test case "collate.icu.utf8" 6 years ago
Peter Geoghegan 68ef887842 Remove obsolete nbtree README commentary. 6 years ago
Tom Lane 31d43710fb Un-break pg_dump for pre-8.3 source servers. 6 years ago
Peter Geoghegan af0ba49809 Use PageIndexTupleOverwrite() within nbtree. 6 years ago
Alvaro Herrera 815ef2f568 Don't constraint-exclude partitioned tables as much 6 years ago
Peter Eisentraut 416c75cf38 Update to DocBook 4.5 6 years ago
Michael Paquier 66bde49d96 Fix inconsistencies and typos in the tree, take 10 6 years ago
Michael Paquier 2d7d67cc74 Fix random regression failure in test case "temp" 6 years ago
Peter Geoghegan 6754fe65a4 amcheck: Skip unlogged relations during recovery. 6 years ago
Tom Lane 03c811a483 Fix planner's test for case-foldable characters in ILIKE with ICU. 6 years ago
Tom Lane 3c926587b5 Remove EState.es_range_table_array. 6 years ago
Tom Lane 5ee190f8ec Rationalize use of list_concat + list_copy combinations. 6 years ago
Alexander Korotkov 251c8e39bc Fix string comparison in jsonpath 6 years ago
Tom Lane b43f7c117e Partially revert "Insert temporary debugging output in regression tests." 6 years ago
Alexander Korotkov d54ceb9e17 Adjust string comparison in jsonpath 6 years ago
Tom Lane cabe0f298e Fix "ANALYZE t, t" inside a transaction block. 6 years ago
Peter Geoghegan d8cd68c8d4 Rename tuplesort.c's SortTuple.tupindex field. 6 years ago
Tom Lane 0662eb6219 Fix SIGSEGV in pruning for ScalarArrayOp with constant-null array. 6 years ago
Tom Lane 1661a40505 Cosmetic improvements in setup of planner's per-RTE arrays. 6 years ago
Michael Paquier b8f2da0ac5 Refactor logic to remove trailing CR/LF characters from strings 6 years ago
Peter Geoghegan 28b901f73a Update obsolete tuplesort READTUP() comment. 6 years ago
Alvaro Herrera 956451e8bc Clarify the default partition's role 6 years ago
Andrew Dunstan 15077ab63f Fix certificate subjects in ldap test 6 years ago
Peter Eisentraut 43211c2a02 initdb: Use varargs macro for PG_CMD_PRINTF 6 years ago
Tom Lane e94cd0a8eb Doc: document permissions required for ANALYZE. 6 years ago
Alvaro Herrera e1f4c481b9 Remove unnecessary #include <limits.h> 6 years ago
Alvaro Herrera 12afc7145c Add comment on no default partition with hash partitioning 6 years ago
Alvaro Herrera 4e85642d93 Apply constraint exclusion more generally in partitioning 6 years ago
Alexander Korotkov 1f33f211bc Fix some typos in jsonpath documentation 6 years ago