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-04-26
Add comments warning against generalizing default_with_oids.
Tom Lane
2015-04-26
Try to unbreak some MSVC builds following forward slash change.
Andrew Dunstan
2015-04-26
Revert: Honor OID status of CREATE LIKE'd tables
Bruce Momjian
2015-04-26
Don't overwrite EXTRA_INSTALL
Peter Eisentraut
2015-04-25
Prevent improper reordering of antijoins vs. outer joins.
Tom Lane
2015-04-25
Replace backslashes by forward slashes in MSVC build code
Peter Eisentraut
2015-04-25
Fix file comment for test_rls_hooks.c
Stephen Frost
2015-04-25
Perform RLS WITH CHECK before constraints, etc
Stephen Frost
2015-04-24
Remove obsolete -I options from ECPG library compilation.
Noah Misch
2015-04-24
Remove superfluous -DFRONTEND.
Noah Misch
2015-04-24
Build every ECPG library with -DFRONTEND.
Noah Misch
2015-04-24
Fix up .gitignore and cleanup actions in some src/test/ subdirectories.
Tom Lane
2015-04-24
Fix obsolete comment in set_rel_size().
Tom Lane
2015-04-24
Add comments explaining how unique and exclusion constraints are enforced.
Heikki Linnakangas
2015-04-24
Fix misspellings
Peter Eisentraut
2015-04-24
Copy the relation name for error reporting in WCOs
Stephen Frost
2015-04-24
Move functions related to index maintenance to separate source file.
Heikki Linnakangas
2015-04-23
Fix deadlock at startup, if max_prepared_transactions is too small.
Heikki Linnakangas
2015-04-23
Fix shell error on Solaris
Peter Eisentraut
2015-04-23
Improve speed of make check-world
Peter Eisentraut
2015-04-22
Use the right type OID after creating a shell type
Alvaro Herrera
2015-04-22
Fix installcheck for test_rls_hooks
Stephen Frost
2015-04-22
RLS fixes, new hooks, and new test module
Stephen Frost
2015-04-22
Pull in tableoid for inheiritance with rowMarks
Stephen Frost
2015-04-22
Make the pg_rewind regression tests more robust on slow systems.
Heikki Linnakangas
2015-04-22
Rename pg_replication_slot's new active_in to active_pid.
Andres Freund
2015-04-22
Don't leave 'tmp_check' directory behind in pg_rewind regression tests.
Heikki Linnakangas
2015-04-21
Move pg_xlogdump from contrib/ to src/bin/
Peter Eisentraut
2015-04-21
Add missing installcheck target to pg_rewind's Makefile
Heikki Linnakangas
2015-04-21
Add 'active_in' column to pg_replication_slots.
Andres Freund
2015-04-21
Move pg_test_timing from contrib/ to src/bin/
Peter Eisentraut
2015-04-20
Honor OID status of CREATE LIKE'd tables
Bruce Momjian
2015-04-20
Move pg_test_fsync from contrib/ to src/bin/
Peter Eisentraut
2015-04-18
pg_upgrade: binary_upgrade_create_empty_extension() is strict
Bruce Momjian
2015-04-17
Fix typo in relcache's equalPolicy()
Stephen Frost
2015-04-17
Add new target modulescheck in vcregress.pl
Alvaro Herrera
2015-04-16
MSVC: install src/test/modules together with contrib
Alvaro Herrera
2015-04-16
Fix assertion failure in logical decoding.
Heikki Linnakangas
2015-04-16
MSVC: Include modules of src/test/modules in build
Alvaro Herrera
2015-04-16
Add missing newlines to error messages.
Heikki Linnakangas
2015-04-15
Error out in pg_rewind if lstat() fails.
Heikki Linnakangas
2015-04-15
Minor cleanup of pg_rewind.
Heikki Linnakangas
2015-04-15
Shut down test servers after pg_rewind regression tests.
Heikki Linnakangas
2015-04-15
Fix logic to skip checkpoint if no records have been inserted.
Heikki Linnakangas
2015-04-14
Move pg_upgrade from contrib/ to src/bin/
Peter Eisentraut
2015-04-14
Integrate pg_upgrade_support module into backend
Peter Eisentraut
2015-04-14
Optimize pg_comp_crc32c_sse42 routine slightly, and also use it on x86.
Heikki Linnakangas
2015-04-14
Oops, fix misspelled #endif
Heikki Linnakangas
2015-04-14
Fix typo in comment
Alvaro Herrera
2015-04-14
Use Intel SSE 4.2 CRC instructions where available.
Heikki Linnakangas
[next]