Commit Graph

27166 Commits (8f7d044ba842ab3359a8a3190ff2f3aa1de2a6bb)

Author SHA1 Message Date
Bruce Momjian 8f7d044ba8 psql: print longtable as a possible \pset option 11 years ago
Tom Lane 0f19d0f12f Remove long-dead support for platforms without sig_atomic_t. 11 years ago
Tom Lane c41a1215f0 Fix s_lock.h PPC assembly code to be compatible with native AIX assembler. 11 years ago
Stephen Frost 2ba9e2b778 Ensure locks are acquired on RLS-added relations 11 years ago
Andres Freund c0f0d8097b Clarify what some historic terms in rewriteHandler.c mean. 11 years ago
Peter Eisentraut c86762a242 Simplify Perl chmod calls 11 years ago
Tom Lane 8a7d070181 Speed up HeapTupleSatisfiesMVCC() by replacing the XID-in-progress test. 11 years ago
Joe Conway 56c8ce8f65 Reestablish alignment of pg_controldata output. 11 years ago
Tom Lane 781ed2bfa3 Further tweak wording of error messages about bad CONTINUE/EXIT statements. 11 years ago
Tom Lane 7b5ef8f2d0 Limit the verbosity of memory context statistics dumps. 11 years ago
Tom Lane e39c4afcfa Fix potential platform dependence in gist regression test. 11 years ago
Tom Lane 18391a8f06 Tweak wording of syntax error messages about bad CONTINUE/EXIT statements. 11 years ago
Tom Lane aad663a0b4 Reduce number of bytes examined by convert_one_string_to_scalar(). 11 years ago
Tom Lane 44ed65a545 Avoid use of float arithmetic in bipartite_match.c. 11 years ago
Kevin Grittner 5956b7f9e8 Fix typo in C comment. 11 years ago
Peter Eisentraut b386271594 Improve whitespace 11 years ago
Heikki Linnakangas e7b90c52b3 Add hint to run "pgbench -i", if test tables don't exist. 11 years ago
Tom Lane 6e5d9f278c Avoid O(N^2) behavior when enlarging SPI tuple table in spi_printtup(). 11 years ago
Tom Lane fcdfce6820 Detect mismatched CONTINUE and EXIT statements at plpgsql compile time. 11 years ago
Stephen Frost 072710dff3 Clean up roles from roleattributes test 11 years ago
Alvaro Herrera e68be16b0d Do not allow *timestamp to be passed as NULL 11 years ago
Alvaro Herrera 8c3d63c521 Remove ExecGetScanType function 11 years ago
Tom Lane f469f634ad Fix plpython crash when returning string representation of a RECORD result. 11 years ago
Tom Lane 09b3d27256 Allow record_in() and record_recv() to work for transient record types. 11 years ago
Stephen Frost 3c99788797 Rename 'cmd' to 'cmd_name' in CreatePolicyStmt 11 years ago
Stephen Frost 7ec8296e70 In AlterRole, make bypassrls an int 11 years ago
Kevin Grittner 1cac8c9820 Fix bug in calculations of hash join buckets. 11 years ago
Tom Lane 2edb949115 Fix a few bogus statement type names in plpgsql error messages. 11 years ago
Robert Haas db5a703bf6 psql: Make EXECUTE PROCEDURE tab completion a bit narrower. 11 years ago
Tom Lane d3eaab3ef0 Fix performance bug from conflict between two previous improvements. 11 years ago
Heikki Linnakangas 0e8efed59e Fix reporting of skipped transactions in pgbench. 11 years ago
Tom Lane 83604cc423 Repair unsafe use of shared typecast-lookup table in plpgsql DO blocks. 11 years ago
Andres Freund e95126cf04 Don't use function definitions looking like old-style ones. 11 years ago
Andres Freund f9dec81a54 Correct type of waitMode variable in ExecInsertIndexTuples(). 11 years ago
Andres Freund 1d4bd77568 vacuumdb: Don't assign negative values to a boolean. 11 years ago
Andres Freund 6c772c7453 Don't use 'bool' as a struct member name in help_config.c. 11 years ago
Andres Freund a8015fe7f5 Use the correct type for TableInfo->relreplident. 11 years ago
Robert Haas 8bd42fe5c7 Remove unused expected-output file. 11 years ago
Robert Haas 43b4a16817 Reject isolation test specifications with duplicate step names. 11 years ago
Noah Misch ec79978dd0 Encoding PG_UHC is code page 949. 11 years ago
Noah Misch 43adc7a714 Restore old pgwin32_message_to_UTF16() behavior outside transactions. 11 years ago
Simon Riggs 47167b7907 Reduce lock levels for ALTER TABLE SET autovacuum storage options 11 years ago
Peter Eisentraut f16d52269a PL/Python: Make tests pass with Python 3.5 11 years ago
Alvaro Herrera d67616c743 MSVC: Exclude 'brin' contrib module 11 years ago
Alvaro Herrera 672e3ec0e9 Re-add BRIN isolation test 11 years ago
Tom Lane 6a0779a397 Improve regression test case to avoid depending on system catalog stats. 11 years ago
Heikki Linnakangas 36e863bbd4 Run autoheader to add a few missing #defines to pg_config.h.in. 11 years ago
Michael Meskes c396f2b83d Fix declaration of isarray variable. 11 years ago
Alvaro Herrera fcbf455842 Fix unitialized variables 11 years ago
Tom Lane cfe30a72fa Undo mistaken tightening in join_is_legal(). 11 years ago