Commit Graph

39389 Commits (e3f4cfc7aa33f40b2b283676c9f0d5bf7ef08ccd)
 

Author SHA1 Message Date
Andres Freund e3f4cfc7aa Fix bug leading to restoring unlogged relations from empty files. 10 years ago
Tom Lane 9c779c49e3 Accept flex > 2.5.x on Windows, too. 10 years ago
Robert Haas c00239ea6a Remove redundant sentence. 10 years ago
Robert Haas b287df70e4 Allow EXPLAIN (ANALYZE, VERBOSE) to display per-worker statistics. 10 years ago
Kevin Grittner 25c5392330 Improve performance in freeing memory contexts 10 years ago
Tom Lane 521f0458dc Make failure to open psql's --log-file fatal. 10 years ago
Tom Lane 938d797b84 Avoid odd portability problem in TestLib.pm's slurp_file function. 10 years ago
Robert Haas d5563d7df9 psql: Support multiple -c and -f options, and allow mixing them. 10 years ago
Robert Haas 385f337c9f Allow foreign and custom joins to handle EvalPlanQual rechecks. 10 years ago
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