summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2015-08-31Remove long-dead support for platforms without sig_atomic_t.Tom Lane
2015-08-29Fix s_lock.h PPC assembly code to be compatible with native AIX assembler.Tom Lane
2015-08-28Ensure locks are acquired on RLS-added relationsStephen Frost
2015-08-28Clarify what some historic terms in rewriteHandler.c mean.Andres Freund
2015-08-28Simplify Perl chmod callsPeter Eisentraut
2015-08-26Speed up HeapTupleSatisfiesMVCC() by replacing the XID-in-progress test.Tom Lane
2015-08-26Reestablish alignment of pg_controldata output.Joe Conway
2015-08-25Further tweak wording of error messages about bad CONTINUE/EXIT statements.Tom Lane
2015-08-25Limit the verbosity of memory context statistics dumps.Tom Lane
2015-08-25Fix potential platform dependence in gist regression test.Tom Lane
2015-08-23Tweak wording of syntax error messages about bad CONTINUE/EXIT statements.Tom Lane
2015-08-23Reduce number of bytes examined by convert_one_string_to_scalar().Tom Lane
2015-08-23Avoid use of float arithmetic in bipartite_match.c.Tom Lane
2015-08-23Fix typo in C comment.Kevin Grittner
2015-08-23Improve whitespacePeter Eisentraut
2015-08-22Add hint to run "pgbench -i", if test tables don't exist.Heikki Linnakangas
2015-08-22Avoid O(N^2) behavior when enlarging SPI tuple table in spi_printtup().Tom Lane
2015-08-22Detect mismatched CONTINUE and EXIT statements at plpgsql compile time.Tom Lane
2015-08-21Clean up roles from roleattributes testStephen Frost
2015-08-21Do not allow *timestamp to be passed as NULLAlvaro Herrera
2015-08-21Remove ExecGetScanType functionAlvaro Herrera
2015-08-21Fix plpython crash when returning string representation of a RECORD result.Tom Lane
2015-08-21Allow record_in() and record_recv() to work for transient record types.Tom Lane
2015-08-21Rename 'cmd' to 'cmd_name' in CreatePolicyStmtStephen Frost
2015-08-21In AlterRole, make bypassrls an intStephen Frost
2015-08-19Fix bug in calculations of hash join buckets.Kevin Grittner
2015-08-18Fix a few bogus statement type names in plpgsql error messages.Tom Lane
2015-08-18psql: Make EXECUTE PROCEDURE tab completion a bit narrower.Robert Haas
2015-08-17Fix performance bug from conflict between two previous improvements.Tom Lane
2015-08-17Fix reporting of skipped transactions in pgbench.Heikki Linnakangas
2015-08-15Repair unsafe use of shared typecast-lookup table in plpgsql DO blocks.Tom Lane
2015-08-15Don't use function definitions looking like old-style ones.Andres Freund
2015-08-15Correct type of waitMode variable in ExecInsertIndexTuples().Andres Freund
2015-08-15vacuumdb: Don't assign negative values to a boolean.Andres Freund
2015-08-15Don't use 'bool' as a struct member name in help_config.c.Andres Freund
2015-08-15Use the correct type for TableInfo->relreplident.Andres Freund
2015-08-15Remove unused expected-output file.Robert Haas
2015-08-15Reject isolation test specifications with duplicate step names.Robert Haas
2015-08-15Encoding PG_UHC is code page 949.Noah Misch
2015-08-15Restore old pgwin32_message_to_UTF16() behavior outside transactions.Noah Misch
2015-08-14Reduce lock levels for ALTER TABLE SET autovacuum storage optionsSimon Riggs
2015-08-14PL/Python: Make tests pass with Python 3.5Peter Eisentraut
2015-08-13MSVC: Exclude 'brin' contrib moduleAlvaro Herrera
2015-08-13Re-add BRIN isolation testAlvaro Herrera
2015-08-13Improve regression test case to avoid depending on system catalog stats.Tom Lane
2015-08-13Run autoheader to add a few missing #defines to pg_config.h.in.Heikki Linnakangas
2015-08-13Fix declaration of isarray variable.Michael Meskes
2015-08-13Fix unitialized variablesAlvaro Herrera
2015-08-13Undo mistaken tightening in join_is_legal().Tom Lane
2015-08-12Close some holes in BRIN page assignmentAlvaro Herrera