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
2014-02-13
Fix length checking for Unicode identifiers containing escapes (U&"...").
Tom Lane
2014-02-12
Improve libpq's error recovery for connection loss during COPY.
Tom Lane
2014-02-12
Rename 'gmake' to 'make' in docs and recommended commands
Bruce Momjian
2014-02-12
In XLogReadBufferExtended, don't assume P_NEW yields consecutive pages.
Tom Lane
2014-02-12
Add missing include, required on some platforms
Magnus Hagander
2014-02-12
Kill pg_basebackup background process when exiting
Magnus Hagander
2014-02-12
Use --disable-auto-import linker switch in Mingw builds, too.
Tom Lane
2014-02-12
Remove --enable-auto-import linker switch in Cygwin build.
Tom Lane
2014-02-12
Tweak position of $(DLL_DEFFILE) in shared-library link commands.
Tom Lane
2014-02-11
Make gendef.pl emit DATA annotations for global variables.
Tom Lane
2014-02-11
Flush a stray definition of $(DLLTOOL).
Tom Lane
2014-02-11
Get rid of use of dlltool in Mingw builds.
Tom Lane
2014-02-11
Cygwin build fixes.
Tom Lane
2014-02-11
scripts: Remove newlines from end of generated SQL
Peter Eisentraut
2014-02-11
Don't generate plain-text HISTORY and src/test/regress/README anymore.
Tom Lane
2014-02-10
Fix WakeupWaiters() to not wake up an exclusive locker unnecessarily.
Heikki Linnakangas
2014-02-10
Use memmove() instead of memcpy() for copying overlapping regions.
Heikki Linnakangas
2014-02-09
Further pg_dump / ftello improvements
Stephen Frost
2014-02-09
Focus on ftello result < 0 instead of errno
Stephen Frost
2014-02-09
Limit pg_basebackup progress output to 1/second
Magnus Hagander
2014-02-09
Avoid printing uninitialized filename variable in verbose mode
Magnus Hagander
2014-02-09
Minor pg_dump improvements
Stephen Frost
2014-02-09
Mark some more variables as static or include the appropriate header
Peter Eisentraut
2014-02-07
Initialize the entryRes array between each call to triConsistent.
Heikki Linnakangas
2014-02-07
Speed up "rare & frequent" type GIN queries.
Heikki Linnakangas
2014-02-07
Fix thinko in comment.
Heikki Linnakangas
2014-02-07
In RelationClearRelation, postpone cache reload if !IsTransactionState().
Tom Lane
2014-02-06
Alphabeticize list in OBJS definition in utils/adt Makefile.
Andrew Dunstan
2014-02-06
Assert(IsTransactionState()) in RelationIdGetRelation().
Tom Lane
2014-02-06
Fix whitespace
Peter Eisentraut
2014-02-05
Remove unnecessary relcache flushes after changing btree metapages.
Tom Lane
2014-02-05
PL/Perl: Fix compiler warning
Peter Eisentraut
2014-02-04
Fix comparison of an array of characters with zero to compare with '\0' instead.
Fujii Masao
2014-02-04
Fix lexing of U& sequences just before EOF.
Tom Lane
2014-02-03
Fix *-qualification of named parameters in SQL-language functions.
Tom Lane
2014-02-03
Adjust pg_sleep_for/pg_sleep_until to use clock_timestamp.
Robert Haas
2014-02-03
In json code, clean up temp memory contexts after processing.
Andrew Dunstan
2014-02-03
Make pg_basebackup skip temporary statistics files.
Fujii Masao
2014-02-02
Switch in psql_scan() must cover all lexer states (except backslash cases).
Tom Lane
2014-02-02
Clean up some sloppy coding in repl_gram.y.
Tom Lane
2014-02-02
Add primary_slotname to recovery.conf.sample.
Fujii Masao
2014-02-02
Fix typos in docs and comments.
Fujii Masao
2014-02-02
Fix makefile syntax.
Andrew Dunstan
2014-02-01
Fix some wide-character bugs in the text-search parser.
Tom Lane
2014-02-01
fix whitespace
Andrew Dunstan
2014-02-01
Fix some more bugs in signal handlers and process shutdown logic.
Tom Lane
2014-02-01
Don't use deprecated dllwrap on Cygwin.
Andrew Dunstan
2014-02-01
Copy the libpq DLL to the bin directory on Mingw and Cygwin.
Andrew Dunstan
2014-02-01
arrays: tighten checks for multi-dimensional input
Bruce Momjian
2014-02-01
Introduce replication slots.
Robert Haas
[next]