Commit Graph

37192 Commits (898f8a96ef9dfa79eac9ec1621a89e71fe16601c)
 

Author SHA1 Message Date
Tom Lane 898f8a96ef Fix failure of contrib/auto_explain to print per-node timing information. 11 years ago
Robert Haas a92b5f969b doc: Use <literal> and all-caps for READ COMMITTED isolation level. 11 years ago
Robert Haas e246b3d6ea Add a fast pre-check for equality of equal-length strings. 11 years ago
Stephen Frost 491c029dbc Row-Level Security Policies (RLS) 11 years ago
Andres Freund e5603a2f35 Mark x86's memory barrier inline assembly as clobbering the cpu flags. 11 years ago
Andres Freund afaefa1b31 Avoid 'clobbered by longjmp' warning in psql/copy.c. 11 years ago
Andres Freund bdd5726c34 Add the capability to display summary statistics to pg_xlogdump. 11 years ago
Andres Freund 728f152e07 Add rmgr callback to name xlog record types for display purposes. 11 years ago
Andres Freund 7e3f728353 Fix configure check for %z printf support after INT64_MODIFIER changes. 11 years ago
Peter Eisentraut f7d6759ec2 Fix TAP checks when current directory name contains spaces 11 years ago
Heikki Linnakangas 77e65bf369 Fix the return type of GIN triConsistent support functions to "char". 11 years ago
Heikki Linnakangas 58e70cf9fb Follow the RFCs more closely in libpq server certificate hostname check. 11 years ago
Heikki Linnakangas 2df465e696 Fix pointer type in size passed to memset. 11 years ago
Tom Lane fe550b2ac2 Invent PGC_SU_BACKEND and mark log_connections/log_disconnections that way. 11 years ago
Peter Eisentraut c2a01439c0 Run missing documentation tools through "missing" 11 years ago
Peter Eisentraut 839acf9461 pg_ctl: Add tests for behavior with nonexistent data directory 11 years ago
Bruce Momjian 95c38a9895 Revert f68dc5d86b 11 years ago
Bruce Momjian f68dc5d86b More formatting.c variable renaming, for clarity 11 years ago
Robert Haas 8cce08f168 Change NTUP_PER_BUCKET to 1 to improve hash join lookup speed. 11 years ago
Fujii Masao 4ad2a54805 Add GUC to enable logging of replication commands. 11 years ago
Stephen Frost a2dabf0e1d Add unicode_{column|header|border}_style to psql 11 years ago
Stephen Frost 82962838d4 Handle border = 3 in expanded mode 11 years ago
Heikki Linnakangas acd08d764a Support Subject Alternative Names in SSL server certificates. 11 years ago
Heikki Linnakangas 774a78ffe4 Fix GIN data page split ratio calculation. 11 years ago
Tom Lane 1d352325b8 Fix power_var_int() for large integer exponents. 11 years ago
Tom Lane e3ec07280c Fix JSON regression tests. 11 years ago
Peter Eisentraut da24813c20 Fix vacuumdb --analyze-in-stages --all order 11 years ago
Stephen Frost 95d737ff45 Add 'ignore_nulls' option to row_to_json 11 years ago
Bruce Momjian c3c75fcd7a pg_upgrade: adjust C comments 11 years ago
Heikki Linnakangas aae7af3df8 Remove dead InRecovery check. 11 years ago
Bruce Momjian 849462a9fa improve hash creation warning message 11 years ago
Robert Haas 68e66923ff Add missing volatile qualifier. 11 years ago
Heikki Linnakangas 01a2bfd172 Fix Windows build. 11 years ago
Heikki Linnakangas 0ed41529f6 Silence compiler warning on Windows. 11 years ago
Heikki Linnakangas 54a2d5b37b Simplify calculation of Poisson distributed delays in pgbench --rate mode. 11 years ago
Heikki Linnakangas 02e3bcc661 Change the way latency is calculated with pgbench --rate option. 11 years ago
Peter Eisentraut 75717ce8f0 Handle old versions of Test::More 11 years ago
Peter Eisentraut 8632ba6de4 Support older versions of "prove" 11 years ago
Bruce Momjian 4c4654afeb doc: improve configuration management section 11 years ago
Bruce Momjian acc8e41681 pg_upgrade: compare control version, not catalog version 11 years ago
Bruce Momjian e1598a15f4 pg_upgrade: check for large object size compatibility 11 years ago
Bruce Momjian 36ad1a87a3 Implement mxid_age() to compute multi-xid age 11 years ago
Bruce Momjian 84aa8ba128 Issue a warning during the creation of hash indexes 11 years ago
Robert Haas 5b26278822 Fix thinko in 0709b7ee72. 11 years ago
Heikki Linnakangas 45f6240a8f Pack tuples in a hash join batch densely, to save memory. 11 years ago
Andres Freund 311da16439 Add support for optional_argument to our own getopt_long() implementation. 11 years ago
Andres Freund b4c28d1b92 Fix typo in 07c8651dd9 causing WIN32_ONLY_COMPILER builds to fail. 11 years ago
Tom Lane 1b4cc493d2 Preserve AND/OR flatness while extracting restriction OR clauses. 11 years ago
Andres Freund 07c8651dd9 Add new psql help topics, accessible to both --help and \?. 11 years ago
Robert Haas 0709b7ee72 Change the spinlock primitives to function as compiler barriers. 11 years ago