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-29
Fix old typo in comment.
Tom Lane
2013-10-29
Prevent using strncpy with src == dest in TupleDescInitEntry.
Tom Lane
2013-10-28
Modify dynamic shared memory code to use Size rather than uint64.
Robert Haas
2013-10-28
Improve documentation about usage of FDW validator functions.
Tom Lane
2013-10-28
Add large object functions catering to SQL callers.
Noah Misch
2013-10-26
Use unaligned output in selected regression queries to reduce diff noise.
Tom Lane
2013-10-25
Improve pqexpbuffer.c to use modern vsnprintf implementations efficiently.
Tom Lane
2013-10-25
Suppress -0 in the C field of lines computed by line_construct_pts().
Tom Lane
2013-10-25
Revert "Tweak "line" test to avoid negative zeros on some platforms"
Tom Lane
2013-10-25
Tweak "line" test to avoid negative zeros on some platforms
Peter Eisentraut
2013-10-25
Ignore SIGSYS during initdb.
Tom Lane
2013-10-25
Use improved vsnprintf calling logic in more places.
Tom Lane
2013-10-24
Increase the number of different values used when seeding random().
Heikki Linnakangas
2013-10-24
Plug memory leak when reloading config file.
Heikki Linnakangas
2013-10-24
Fix memory leak when an empty ident file is reloaded.
Heikki Linnakangas
2013-10-24
Fix typos in comments.
Heikki Linnakangas
2013-10-23
Simplify tab completion rules for views and foreign tables.
Robert Haas
2013-10-23
Fix two bugs in setting the vm bit of empty pages.
Heikki Linnakangas
2013-10-23
Suppress a couple of compiler warnings seen with older gcc versions.
Tom Lane
2013-10-22
Replace pg_asprintf() with psprintf().
Tom Lane
2013-10-22
Get rid of use of asprintf() in favor of a more portable implementation.
Tom Lane
2013-10-22
Make use of psprintf() in recent changes
Peter Eisentraut
2013-10-22
Fix blatantly broken record_image_cmp() logic for pass-by-value fields.
Tom Lane
2013-10-21
Consistently use unsigned arithmetic for alignment calculations.
Noah Misch
2013-10-19
Add libpgcommon to backend gettext source files
Peter Eisentraut
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
[next]