Commit Graph

39380 Commits (edca44b1525b3d591263d032dc4fe500ea771e0e)
 

Author SHA1 Message Date
Tom Lane edca44b152 Simplify LATERAL-related calculations within add_paths_to_joinrel(). 10 years ago
Alvaro Herrera 7ac5d9b316 PostgresNode: wrap correctly around port number range end 10 years ago
Tom Lane 7e19db0c09 Fix another oversight in checking if a join with LATERAL refs is legal. 10 years ago
Alvaro Herrera 9821492ee4 Cleanup some problems in new Perl test code 10 years ago
Tom Lane b0cfb02cec Update xindex.sgml for recent additions to GIST opclass API. 10 years ago
Tom Lane db0723631e Create TestLib.pm's tempdir underneath tmp_check/, not out in the open. 10 years ago
Noah Misch d4b686af0b Instruct Coverity using an assertion. 10 years ago
Tom Lane 63acfb79ab Further improve documentation of the role-dropping process. 10 years ago
Alvaro Herrera 820ddb2c2f Further tweak commit_timestamp behavior 10 years ago
Tom Lane 344cdff2c1 Clean up some psql issues around handling of the query output file. 10 years ago
Peter Eisentraut f15b820a5c doc: Add serial comma 10 years ago
Peter Eisentraut 77a7bb3da2 psql: Improve spelling 10 years ago
Peter Eisentraut 9ff1a11a2d doc: Fix markup and improve placeholder names 10 years ago
Alvaro Herrera a2983cfd9d Fix broken subroutine call in TestLib 10 years ago
Tom Lane d8ff060ecd Fix behavior of printTable() and friends with externally-invoked pager. 10 years ago
Alvaro Herrera 1caef31d9e Refactor Perl test code 10 years ago
Robert Haas c7485a82c3 Add handling for GatherPath to print_path. 10 years ago
Tom Lane 7fb008c5ee Make gincostestimate() cope with hypothetical GIN indexes. 10 years ago
Tom Lane 95708e1d8e Further tweaking of print_aligned_vertical(). 10 years ago
Tom Lane db4a5cfc76 Use "g" not "f" format in ecpg's PGTYPESnumeric_from_double(). 10 years ago
Tom Lane 2287b87454 Further adjustment to psql's print_aligned_vertical() function. 10 years ago
Teodor Sigaev e50cda7840 Use pg_rewind when target timeline was switched 10 years ago
Tom Lane 0e0776bc99 Rework wrap-width calculation in psql's print_aligned_vertical() function. 10 years ago
Robert Haas 3690dc6b03 Fix obsolete comment. 10 years ago
Tom Lane ec7eef6b11 Avoid caching expression state trees for domain constraints across queries. 10 years ago
Tom Lane 8d32717b6b Avoid doing encoding conversions by double-conversion via MULE_INTERNAL. 10 years ago
Tom Lane 5afdfc9cbb Update UCS_to_GB18030.pl with info about origin of the reference file. 10 years ago
Tom Lane e17dab53ea Auto-generate file header comments in Unicode mapping files. 10 years ago
Tom Lane 40cb21f70b Improve PQhost() to return useful data for default Unix-socket connections. 10 years ago
Teodor Sigaev 92e38182d7 COPY (INSERT/UPDATE/DELETE .. RETURNING ..) 10 years ago
Tom Lane 0da3a9bef7 Fix failure to consider failure cases in GetComboCommandId(). 10 years ago
Tom Lane c5ef8ce53d Be more paranoid about null return values from libpq status functions. 10 years ago
Tom Lane 46166197c3 Improve div_var_fast(), mostly by making comments better. 10 years ago
Teodor Sigaev 0271e27c10 Add forgotten file in commit d6061f83a1 10 years ago
Teodor Sigaev d6061f83a1 Improve pageinspect module 10 years ago
Bruce Momjian 13b30c16f3 pg_upgrade: fix CopyFile() on Windows to fail on file existence 10 years ago
Peter Eisentraut cbd96eff25 doc: Some improvements on CREATE POLICY and ALTER POLICY documentation 10 years ago
Teodor Sigaev d00352573a Clarify pg_rewind connection requirements. 10 years ago
Peter Eisentraut 2ef7a985fb doc: Add more documentation about wal_retrieve_retry_interval 10 years ago
Tom Lane 00cdd83521 Adopt the GNU convention for handling tar-archive members exceeding 8GB. 10 years ago
Tom Lane 074c5cfbfb Fix handling of inherited check constraints in ALTER COLUMN TYPE (again). 10 years ago
Robert Haas 6c878a7553 Avoid server crash when worker registration fails at execution time. 10 years ago
Robert Haas 74d0d5f3eb Fix typo in comment. 10 years ago
Robert Haas fea2b642fd Remove numbers from incorrectly-numbered list. 10 years ago
Tom Lane 68c1d7d42e Dodge a macro-name conflict with Perl. 10 years ago
Peter Eisentraut db135e834a doc: Clarify some things on pg_receivexlog reference page 10 years ago
Tom Lane 9be3a4e24d Fix thinko: errmsg -> ereport. 10 years ago
Robert Haas bc4996e61b Make ALTER .. SET SCHEMA do nothing, instead of throwing an ERROR. 10 years ago
Andrew Dunstan f11c557e92 fix a perl typo 10 years ago
Andrew Dunstan c2d5657c0f Update docs for vcregress.pl bincheck changes 10 years ago