index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2015-08-31
Remove long-dead support for platforms without sig_atomic_t.
Tom Lane
2015-08-29
Fix s_lock.h PPC assembly code to be compatible with native AIX assembler.
Tom Lane
2015-08-28
Ensure locks are acquired on RLS-added relations
Stephen Frost
2015-08-28
Clarify what some historic terms in rewriteHandler.c mean.
Andres Freund
2015-08-28
Simplify Perl chmod calls
Peter Eisentraut
2015-08-26
Speed up HeapTupleSatisfiesMVCC() by replacing the XID-in-progress test.
Tom Lane
2015-08-26
Reestablish alignment of pg_controldata output.
Joe Conway
2015-08-25
Further tweak wording of error messages about bad CONTINUE/EXIT statements.
Tom Lane
2015-08-25
Limit the verbosity of memory context statistics dumps.
Tom Lane
2015-08-25
Fix potential platform dependence in gist regression test.
Tom Lane
2015-08-23
Tweak wording of syntax error messages about bad CONTINUE/EXIT statements.
Tom Lane
2015-08-23
Reduce number of bytes examined by convert_one_string_to_scalar().
Tom Lane
2015-08-23
Avoid use of float arithmetic in bipartite_match.c.
Tom Lane
2015-08-23
Fix typo in C comment.
Kevin Grittner
2015-08-23
Improve whitespace
Peter Eisentraut
2015-08-22
Add hint to run "pgbench -i", if test tables don't exist.
Heikki Linnakangas
2015-08-22
Avoid O(N^2) behavior when enlarging SPI tuple table in spi_printtup().
Tom Lane
2015-08-22
Detect mismatched CONTINUE and EXIT statements at plpgsql compile time.
Tom Lane
2015-08-21
Clean up roles from roleattributes test
Stephen Frost
2015-08-21
Do not allow *timestamp to be passed as NULL
Alvaro Herrera
2015-08-21
Remove ExecGetScanType function
Alvaro Herrera
2015-08-21
Fix plpython crash when returning string representation of a RECORD result.
Tom Lane
2015-08-21
Allow record_in() and record_recv() to work for transient record types.
Tom Lane
2015-08-21
Rename 'cmd' to 'cmd_name' in CreatePolicyStmt
Stephen Frost
2015-08-21
In AlterRole, make bypassrls an int
Stephen Frost
2015-08-19
Fix bug in calculations of hash join buckets.
Kevin Grittner
2015-08-18
Fix a few bogus statement type names in plpgsql error messages.
Tom Lane
2015-08-18
psql: Make EXECUTE PROCEDURE tab completion a bit narrower.
Robert Haas
2015-08-17
Fix performance bug from conflict between two previous improvements.
Tom Lane
2015-08-17
Fix reporting of skipped transactions in pgbench.
Heikki Linnakangas
2015-08-15
Repair unsafe use of shared typecast-lookup table in plpgsql DO blocks.
Tom Lane
2015-08-15
Don't use function definitions looking like old-style ones.
Andres Freund
2015-08-15
Correct type of waitMode variable in ExecInsertIndexTuples().
Andres Freund
2015-08-15
vacuumdb: Don't assign negative values to a boolean.
Andres Freund
2015-08-15
Don't use 'bool' as a struct member name in help_config.c.
Andres Freund
2015-08-15
Use the correct type for TableInfo->relreplident.
Andres Freund
2015-08-15
Remove unused expected-output file.
Robert Haas
2015-08-15
Reject isolation test specifications with duplicate step names.
Robert Haas
2015-08-15
Encoding PG_UHC is code page 949.
Noah Misch
2015-08-15
Restore old pgwin32_message_to_UTF16() behavior outside transactions.
Noah Misch
2015-08-14
Reduce lock levels for ALTER TABLE SET autovacuum storage options
Simon Riggs
2015-08-14
PL/Python: Make tests pass with Python 3.5
Peter Eisentraut
2015-08-13
MSVC: Exclude 'brin' contrib module
Alvaro Herrera
2015-08-13
Re-add BRIN isolation test
Alvaro Herrera
2015-08-13
Improve regression test case to avoid depending on system catalog stats.
Tom Lane
2015-08-13
Run autoheader to add a few missing #defines to pg_config.h.in.
Heikki Linnakangas
2015-08-13
Fix declaration of isarray variable.
Michael Meskes
2015-08-13
Fix unitialized variables
Alvaro Herrera
2015-08-13
Undo mistaken tightening in join_is_legal().
Tom Lane
2015-08-12
Close some holes in BRIN page assignment
Alvaro Herrera
[next]