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
2013-10-19
Move rmtree() from libpgport to libpgcommon
Peter Eisentraut
2013-10-19
Move pgfnames() from libpgport to libpgcommon
Peter Eisentraut
2013-10-18
Allow only some columns of a view to be auto-updateable.
Robert Haas
2013-10-18
Provide a reliable mechanism for terminating a background worker.
Robert Haas
2013-10-18
Fix for lack of va_copy() on certain Windows versions
Peter Eisentraut
2013-10-18
Add libpgport to isolationtester on MSVC
Peter Eisentraut
2013-10-18
Switch order of libpgport and libpgcommon in MSVC build as well
Peter Eisentraut
2013-10-18
Remove IRIX port.
Robert Haas
2013-10-18
Switch dependency order of libpgcommon and libpgport
Peter Eisentraut
2013-10-17
Remove spinlock support for SINIX, Sun3, and NS32K.
Robert Haas
2013-10-17
Silence compiler warning when SSL not in use
Alvaro Herrera
2013-10-16
Allow 5+ digit years for non-ISO timestamp/date strings, where appropriate
Bruce Momjian
2013-10-16
initdb: Suppress dynamic shared memory when probing for max_connections.
Robert Haas
2013-10-16
Switch order of -lpgport and -lpgcommon
Peter Eisentraut
2013-10-14
In dsm_impl_windows, don't error out when the segment already exists.
Robert Haas
2013-10-14
Fix details missed by dynamic shared memory patch.
Robert Haas
2013-10-14
Translation updates to fix build failures
Peter Eisentraut
2013-10-14
Add asprintf.c
Peter Eisentraut
2013-10-14
Attempt to fix MSVC build for asprintf addition
Peter Eisentraut
2013-10-13
Add use of asprintf()
Peter Eisentraut
2013-10-13
Tweak "line" test to avoid platform-specific floating-point output
Peter Eisentraut
2013-10-11
Fix several possibly non-portable gaffs in record_image_ops.
Kevin Grittner
2013-10-11
Use $(PERL) to invoke duplicate_oids
Alvaro Herrera
2013-10-11
Rework SSL renegotiation code
Alvaro Herrera
2013-10-11
Remove maintainer-check target, fold into normal build
Peter Eisentraut
2013-10-11
Replace duplicate_oids with Perl implementation
Peter Eisentraut
2013-10-10
Update regression tests for line type patch
Peter Eisentraut
2013-10-10
initdb: Select working dynamic shared memory implementation.
Robert Haas
2013-10-10
Fix bug in record_image_ops on big endian machines.
Kevin Grittner
2013-10-10
json_typeof function.
Andrew Dunstan
2013-10-10
Fix incorrect use of shm_unlink where unlink should be used.
Robert Haas
2013-10-10
Revive line type
Peter Eisentraut
2013-10-10
Allow dynamic allocation of shared memory segments.
Robert Haas
2013-10-09
Add record_image_ops opclass for matview concurrent refresh.
Kevin Grittner
2013-10-09
Centralize effective_cache_size default setting
Bruce Momjian
2013-10-09
Adjust the effective_cache_size default for standalone backends
Bruce Momjian
2013-10-09
Again move function where we set effective_cache_size's default
Bruce Momjian
2013-10-09
Move new effective_cache_size function
Bruce Momjian
2013-10-08
Fix C comment in check_effective_cache_size()
Bruce Momjian
2013-10-08
Allow drop-index-concurrently-1 test to run at any isolation level.
Kevin Grittner
2013-10-08
Update postgres.conf.sample for effective_cache_size's new default
Bruce Momjian
2013-10-08
Auto-tune effective_cache size to be 4x shared buffers
Bruce Momjian
2013-10-08
Additional instructions on minor release note creation.
Bruce Momjian
2013-10-08
Update instructions on creating minor release notes.
Bruce Momjian
2013-10-07
TYPEALIGN doesn't work on int64 on 32-bit platforms.
Heikki Linnakangas
2013-10-07
Fix bugs in SSI tuple locking.
Heikki Linnakangas
2013-10-07
Translation updates
Peter Eisentraut
2013-10-07
Make DISCARD SEQUENCES also discard the last used sequence.
Robert Haas
2013-10-07
plpgsql: Add new option print_strict_params.
Robert Haas
2013-10-07
Eliminate xmin from hash tag for predicate locks on heap tuples.
Kevin Grittner
[next]