Commit Graph

38994 Commits (a09009e4278439f99d03adfefe2eec72ca35dcc3)
 

Author SHA1 Message Date
Robert Haas a09009e427 Update the SSL test suite for recent changes to TAP testing framework. 10 years ago
Teodor Sigaev 30bb26b5e0 Allow usage of huge maintenance_work_mem for GIN build. 10 years ago
Tom Lane 075ab425bd Document that PL/Python now returns floats using repr() not str(). 10 years ago
Kevin Grittner adb495049f Flush to show results of TestLib.pm (TAP) test as we go. 10 years ago
Bruce Momjian 46bd95e2a8 pg_upgrade docs: clarify rsync and move verification step 10 years ago
Robert Haas 8a02b3d732 Allow notifications to bgworkers without database connections. 10 years ago
Alvaro Herrera 9646d2fd62 Use <substeps> in pg_upgrade's procedure 10 years ago
Tom Lane 123c9d2fc1 Clean up icc + ia64 situation. 10 years ago
Bruce Momjian 049a7799df docs: remove outdated note about unique indexes 10 years ago
Tom Lane cf25b2a2f9 Allow icc to use the same atomics infrastructure as gcc. 10 years ago
Tom Lane f333204bbc Actually, it's not that hard to merge the Windows pqsignal code ... 10 years ago
Tom Lane 2c713d6ea2 Remove theoretically-unnecessary special case for icc. 10 years ago
Tom Lane a65e086453 Remove support for Unix systems without the POSIX signal APIs. 10 years ago
Bruce Momjian 8f7d044ba8 psql: print longtable as a possible \pset option 10 years ago
Magnus Hagander 93370076c4 Small grammar fix 10 years ago
Tom Lane 0f19d0f12f Remove long-dead support for platforms without sig_atomic_t. 10 years ago
Joe Conway 794e2558be Fix sepgsql regression tests. 10 years ago
Tom Lane c41a1215f0 Fix s_lock.h PPC assembly code to be compatible with native AIX assembler. 10 years ago
Stephen Frost 2ba9e2b778 Ensure locks are acquired on RLS-added relations 10 years ago
Andres Freund c0f0d8097b Clarify what some historic terms in rewriteHandler.c mean. 10 years ago
Peter Eisentraut c86762a242 Simplify Perl chmod calls 10 years ago
Bruce Momjian 119cf760d0 dblink docs: fix typo to use "connname" (3 n's), not "conname" 10 years ago
Tom Lane 8a7d070181 Speed up HeapTupleSatisfiesMVCC() by replacing the XID-in-progress test. 10 years ago
Bruce Momjian 16d4f94e67 release notes: abbreviated key speedup only for varchar/text 10 years ago
Bruce Momjian 8190f2dfef 9.5 release notes: mention lack of char() sort improvements 10 years ago
Joe Conway 56c8ce8f65 Reestablish alignment of pg_controldata output. 10 years ago
Tom Lane 94324abfb9 Docs: be explicit about datatype matching for lead/lag functions. 10 years ago
Tom Lane 781ed2bfa3 Further tweak wording of error messages about bad CONTINUE/EXIT statements. 10 years ago
Tom Lane 7b5ef8f2d0 Limit the verbosity of memory context statistics dumps. 10 years ago
Tom Lane e39c4afcfa Fix potential platform dependence in gist regression test. 10 years ago
Tom Lane 18391a8f06 Tweak wording of syntax error messages about bad CONTINUE/EXIT statements. 10 years ago
Tom Lane aad663a0b4 Reduce number of bytes examined by convert_one_string_to_scalar(). 10 years ago
Tom Lane 44ed65a545 Avoid use of float arithmetic in bipartite_match.c. 10 years ago
Kevin Grittner 5956b7f9e8 Fix typo in C comment. 10 years ago
Peter Eisentraut b386271594 Improve whitespace 10 years ago
Peter Eisentraut 6103b3f368 Improve spelling 10 years ago
Heikki Linnakangas e7b90c52b3 Add hint to run "pgbench -i", if test tables don't exist. 10 years ago
Tom Lane 6e5d9f278c Avoid O(N^2) behavior when enlarging SPI tuple table in spi_printtup(). 10 years ago
Tom Lane fcdfce6820 Detect mismatched CONTINUE and EXIT statements at plpgsql compile time. 10 years ago
Stephen Frost 072710dff3 Clean up roles from roleattributes test 10 years ago
Alvaro Herrera e68be16b0d Do not allow *timestamp to be passed as NULL 10 years ago
Alvaro Herrera 8c3d63c521 Remove ExecGetScanType function 10 years ago
Tom Lane f469f634ad Fix plpython crash when returning string representation of a RECORD result. 10 years ago
Tom Lane 09b3d27256 Allow record_in() and record_recv() to work for transient record types. 10 years ago
Stephen Frost 3c99788797 Rename 'cmd' to 'cmd_name' in CreatePolicyStmt 10 years ago
Stephen Frost 7ec8296e70 In AlterRole, make bypassrls an int 10 years ago
Peter Eisentraut 90a1d0aa76 doc: Whitespace and formatting fixes 10 years ago
Tom Lane a93545e13f Remove xpath namespace-handling change from 9.5 release notes. 10 years ago
Peter Eisentraut 960ea971e6 Update config.guess and config.sub 10 years ago
Kevin Grittner 1cac8c9820 Fix bug in calculations of hash join buckets. 10 years ago