Commit Graph

47660 Commits (71d84efba714db3b8a330a54be15c4d385719ad6)
 

Author SHA1 Message Date
Michael Paquier 71d84efba7 Fix error handling of vacuumdb and reindexdb when running out of fds 6 years ago
Tom Lane 6338fa3e71 Avoid platform-specific null pointer dereference in psql. 6 years ago
Tom Lane faee5a12ec Back off output precision in circle.sql regression test. 6 years ago
Thomas Munro f493d98c16 Don't rely on llvm::make_unique. 6 years ago
Michael Paquier 06fdc4e4d3 Do more cleanup of isolation tests for test_decoding 6 years ago
Peter Geoghegan 867d25ccb4 Explain subtlety in nbtree locking protocol. 6 years ago
Michael Paquier 989d23b04b Detect unused steps in isolation specs and do some cleanup 6 years ago
Michael Paquier 9903338b5e Remove dry-run mode from isolationtester 6 years ago
Michael Paquier 292ae8af79 Improve documentation of pageinspect 6 years ago
Peter Eisentraut 21e60fa8fe Update SQL conformance information 6 years ago
Peter Eisentraut a00c53b0cb Make SQL/JSON error code names match SQL standard 6 years ago
Michael Paquier 37093766b2 Doc: Remove mention to "Visual Studio Express 2019" 6 years ago
Peter Geoghegan 091bd6befc Update comments on nbtree stack struct. 6 years ago
Peter Eisentraut c45643d618 Remove configure detection of crypt() 6 years ago
Alvaro Herrera 8f75e8e446 Fix typo 6 years ago
Tom Lane bbd93667bd Remove unnecessary test dependency on the contents of pg_pltemplate. 6 years ago
Peter Eisentraut 3f0f99125e Remove master/slave usage from plpgsql tests 6 years ago
Peter Eisentraut db1f28917b Clean up some SCRAM attribute processing 6 years ago
Alvaro Herrera f8cf524da1 Fix bogus comment 6 years ago
Michael Paquier 56f8f9624b Fix compilation failure of vacuumdb and reindexdb with OpenBSD 6 years ago
Michael Paquier 0431a78746 Doc: Improve wording of multiple places in documentation 6 years ago
Tom Lane e136a0d8ca Restore json{b}_populate_record{set}'s ability to take type info from AS. 6 years ago
Andres Freund 4c01a11103 Add fmgr.h include to selfuncs.h. 6 years ago
Tom Lane 55ea109188 Add "headerscheck" script to test header-file compilability under C. 6 years ago
Tom Lane a120791096 Use zic's new "-b slim" option to generate smaller timezone files. 6 years ago
Alvaro Herrera 28b6ec1df6 Replace genetic algorithm ASCII-art with a real figure 6 years ago
Peter Eisentraut a407012c07 doc: Fix image use in PDF build with vpath 6 years ago
Michael Paquier 71851e9ab7 Fix tab completion for CREATE TYPE in psql 6 years ago
Michael Paquier c96581abe4 Fix inconsistencies and typos in the tree, take 11 6 years ago
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