Commit Graph

39488 Commits (07f69137b15e594edfaec29f73efa86aa442902c)
 

Author SHA1 Message Date
Tom Lane 07f69137b1 Fix building of large (bigger than shared_buffers) hash indexes. 10 years ago
Andrew Dunstan b4e6123bf6 Add tab completion for pager_min_lines to psql. 10 years ago
Tom Lane f2c28bb1f2 Make "postgres -C guc" print "" not "(null)" for null-valued GUCs. 10 years ago
Tom Lane 7a349889ec Document that dependency tracking doesn't consider function bodies. 10 years ago
Tom Lane 1d07722f01 Add missing check for malloc failure in plpgsql_extra_checks_check_hook(). 10 years ago
Magnus Hagander def0eae4f2 Add missing documentation of pg_roles.rolbypassrls 10 years ago
Tom Lane a3eb19ba4a Docs: improve description of psql's %R prompt escape sequence. 10 years ago
Alvaro Herrera 6fce92a7d7 Finish up XLOG_HINT renaming 10 years ago
Tom Lane a41b14f94a Fix validation of overly-long IPv6 addresses. 10 years ago
Tom Lane 4f5995dd98 Avoid crash in "postgres -C guc" for a GUC with a null string value. 10 years ago
Tom Lane 455812da48 Widen buffer for headers in psql's \watch command. 10 years ago
Tom Lane e5bdaa127b Fix multiple minor infelicities in aclchk.c error reports. 10 years ago
Tom Lane 1ad83738d0 Remove extraneous leading whitespace in Windows build script. 10 years ago
Tom Lane 719dd9a64a Clarify documentation of ceil/ceiling/floor functions. 10 years ago
Alvaro Herrera 5b3cd1a771 nls-global.mk: search build dir for source files, too 10 years ago
Alvaro Herrera 00e67c3c6d Fix thinko in description of table_name parameter 10 years ago
Tom Lane 5acc58c5e5 Don't reset changes_since_analyze after a selective-columns ANALYZE. 10 years ago
Tom Lane a7aa61ffe7 Properly initialize SortSupport for ORDER BY rechecks in nodeIndexscan.c. 10 years ago
Tom Lane c82037e372 Fix grammar's AND/OR flattening to work with operator_precedence_warning. 10 years ago
Tom Lane 8355897ff2 Mark read/write expanded values as read-only in ValuesNext(), too. 10 years ago
Tom Lane a102f98e26 Mark read/write expanded values as read-only in ExecProject(). 10 years ago
Tom Lane ec56223512 Suppress -Wunused-result warnings about write(), again. 10 years ago
Tom Lane 4044290388 Redesign handling of SIGTERM/control-C in parallel pg_dump/pg_restore. 10 years ago
Kevin Grittner 236d569f92 Fix btree mark/restore bug. 10 years ago
Tom Lane 43d3fbe369 Clean up some minor inefficiencies in parallel dump/restore. 10 years ago
Tom Lane 47215c16f2 Avoid useless closely-spaced writes of statistics files. 10 years ago
Tom Lane ad829c307b Fix typo in CREATE DATABASE syntax synopsis. 10 years ago
Alvaro Herrera 2973d7d020 Fix PageAddItem BRIN bug 10 years ago
Tom Lane 73f5acce3f Fix missing abort checks in pg_backup_directory.c. 10 years ago
Tom Lane 937b85805b Remove pg_dump/parallel.c's useless "aborting" flag. 10 years ago
Tom Lane bf7b1691ea Lots of comment-fixing, and minor cosmetic cleanup, in pg_dump/parallel.c. 10 years ago
Tom Lane 715db0b739 Clean up thread management in parallel pg_dump for Windows. 10 years ago
Tom Lane cea17ba07a Be more predictable about reporting "lock timeout" vs "statement timeout". 10 years ago
Magnus Hagander 47e5969767 Make pg_dump error cleanly with -j against hot standby 10 years ago
Alvaro Herrera aa86edb38d Fix typo in 9.5 release nodes 10 years ago
Tom Lane 64b296976b Make pg_dump behave more sanely when built without HAVE_LIBZ. 10 years ago
Tom Lane 6479df1378 In Windows pg_dump, ensure idle workers will shut down during error exit. 10 years ago
Tom Lane b2355a29c6 Ensure that backends see up-to-date statistics for shared catalogs. 10 years ago
Tom Lane af6555b80c Fix broken error handling in parallel pg_dump/pg_restore. 10 years ago
Tom Lane bbbe2c97eb Fetch XIDs atomically during vac_truncate_clog(). 10 years ago
Tom Lane a34c3dd50f Avoid consuming an XID during vac_truncate_clog(). 10 years ago
Tom Lane e504d915bb Support IndexElem in raw_expression_tree_walker(). 10 years ago
Tom Lane 9d91cd865b Fix latent crash in do_text_output_multiline(). 10 years ago
Tom Lane 7fc5064df4 Further improve documentation about --quote-all-identifiers switch. 10 years ago
Tom Lane c09f1dcef3 Improve documentation about pg_dump's --quote-all-identifiers switch. 10 years ago
Peter Eisentraut 9312c04ac0 doc: Fix typo 10 years ago
Tom Lane ab5f73b3ea Ensure plan stability in contrib/btree_gist regression test. 10 years ago
Alvaro Herrera 4140619df9 Fix bogus comments 10 years ago
Alvaro Herrera 21ef195340 Fix obsolete comment 10 years ago
Tom Lane 428484ce10 Fix infer_arbiter_indexes() to not barf on system columns. 10 years ago