Commit Graph

38982 Commits (a65e086453e0dea5cdd7f9fe9dc6c34d8bfc0f2c)
 

Author SHA1 Message Date
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
Tom Lane 2edb949115 Fix a few bogus statement type names in plpgsql error messages. 10 years ago
Robert Haas db5a703bf6 psql: Make EXECUTE PROCEDURE tab completion a bit narrower. 10 years ago
Tom Lane d3eaab3ef0 Fix performance bug from conflict between two previous improvements. 10 years ago
Andres Freund 47ebbdcee7 docs: Fix "typo" introduced in 3f811c2d. 10 years ago
Andres Freund 6cf72879e9 Improve configure test for the sse4.2 crc instruction. 10 years ago
Heikki Linnakangas 0e8efed59e Fix reporting of skipped transactions in pgbench. 10 years ago
Tom Lane 522400a519 Add docs about postgres_fdw's setting of search_path and other GUCs. 10 years ago
Tom Lane 5869cbfef4 Improve documentation about MVCC-unsafe utility commands. 10 years ago
Tom Lane 83604cc423 Repair unsafe use of shared typecast-lookup table in plpgsql DO blocks. 10 years ago
Andres Freund e95126cf04 Don't use function definitions looking like old-style ones. 10 years ago
Andres Freund f9dec81a54 Correct type of waitMode variable in ExecInsertIndexTuples(). 10 years ago
Andres Freund 1d4bd77568 vacuumdb: Don't assign negative values to a boolean. 10 years ago