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
2017-03-21
Add a direct function call mechanism using the caller's context.
Andrew Dunstan
2017-03-21
Add missing support for new node fields
Andrew Dunstan
2017-03-20
Force the regression databases to have bytea_output set to hex
Andrew Dunstan
2017-03-20
Add IF NOT EXISTS for CREATE SERVER and CREATE USER MAPPING
Andrew Dunstan
2017-03-20
Use a consistent error message style for user mappings.
Andrew Dunstan
2017-03-20
Another fix for single-page hash index vacuum.
Robert Haas
2017-03-20
Fixes for single-page hash index vacuum.
Robert Haas
2017-03-20
Add configure test to see if the C compiler has gcc-style computed gotos.
Tom Lane
2017-03-20
Add .gitignore for src/test/authentication/tmp_check.
Heikki Linnakangas
2017-03-20
Add missed "make clean" logic in src/interfaces/libpq/Makefile.
Tom Lane
2017-03-20
Improve regression test coverage for TID scanning.
Tom Lane
2017-03-20
Revert unintentional change in increasing usage count during pin of buffers,
Teodor Sigaev
2017-03-19
pg_dump: Skip COLLATION-related regression tests
Stephen Frost
2017-03-19
Update obsolete comment
Magnus Hagander
2017-03-18
Avoid use of already-closed relcache entry.
Tom Lane
2017-03-18
Fix REFRESH MATERIALIZED VIEW to report activity to the stats collector.
Tom Lane
2017-03-18
Adjust number of tests for pg_dump 001_basic.pl
Stephen Frost
2017-03-18
pg_dump: Remove "option requires an argument -- j" test
Stephen Frost
2017-03-18
Improve pg_dump regression tests and code coverage
Stephen Frost
2017-03-18
Create and use wait events for read, write, and fsync operations.
Robert Haas
2017-03-18
Fix schedule of ecpg test files to only try two-phase commit test when possible.
Michael Meskes
2017-03-17
Fix WaitEventSetWait() to handle write-ready waits properly on Windows.
Tom Lane
2017-03-17
Repair test for vacuum reltuples fix.
Andrew Gierth
2017-03-17
Rename "pg_clog" directory to "pg_xact".
Robert Haas
2017-03-17
Add TAP tests for password-based authentication methods.
Heikki Linnakangas
2017-03-17
Allow plaintext 'password' authentication when user has a SCRAM verifier.
Heikki Linnakangas
2017-03-17
Fix and simplify check for whether we're running as Windows service.
Heikki Linnakangas
2017-03-16
psql: Add completion for \help DROP|ALTER
Peter Eisentraut
2017-03-16
Avoid having vacuum set reltuples to 0 on non-empty relations in the
Andrew Gierth
2017-03-16
Avoid access to uninitialized memory in shared tidbitmap iteration.
Robert Haas
2017-03-16
Add pg_ls_logdir() and pg_ls_waldir() functions.
Robert Haas
2017-03-16
Fix ancient get_object_address_opf_member bug
Alvaro Herrera
2017-03-16
Be more careful about signed vs. unsigned char
Stephen Frost
2017-03-16
Clean up overly paranoid checks in mac8.c
Stephen Frost
2017-03-16
Port single-page btree vacuum logic to hash indexes.
Robert Haas
2017-03-16
Specify bindir in pg_isolation_regress_installcheck.
Andres Freund
2017-03-15
Simplify publication/subscription tests a bit
Peter Eisentraut
2017-03-15
Fix typo
Peter Eisentraut
2017-03-15
Add more documentation and tests for publications
Peter Eisentraut
2017-03-15
Rewrite async-connection loop in libpqwalreceiver.c, once again.
Tom Lane
2017-03-15
Fix failure to use clamp_row_est() for parallel joins.
Robert Haas
2017-03-15
Bump catversion for MACADDR8
Stephen Frost
2017-03-15
Add support for EUI-64 MAC addresses as macaddr8
Stephen Frost
2017-03-15
Add a regression test for snapshot too old with hash indexes.
Robert Haas
2017-03-15
Fix MB regression tests for WAL-logging of hash indexes.
Robert Haas
2017-03-15
Cosmetic fixes for hash index write-ahead logging.
Robert Haas
2017-03-15
Allow referring to functions without arguments when unique
Peter Eisentraut
2017-03-15
Improve grammar / fix typos in snapbuild.c.
Andres Freund
2017-03-14
Some preliminary refactoring towards partitionwise join.
Robert Haas
2017-03-14
Improve isolation tests infrastructure.
Andres Freund
[next]