index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
Fix typo in comment.
Robert Haas
2012-02-22
*
Improve wording of pg_upgrade logfile option:
Bruce Momjian
2012-02-22
*
Draft release notes for 9.1.3, 9.0.7, 8.4.11, 8.3.18.
Tom Lane
2012-02-22
*
Add parameters for controlling locations of server-side SSL files
Peter Eisentraut
2012-02-22
*
REASSIGN OWNED: Support foreign data wrappers and servers
Alvaro Herrera
2012-02-22
*
Don't clear btpo_cycleid during _bt_vacuum_one_page.
Tom Lane
2012-02-21
*
Cosmetic cleanup for commit a760893dbda9934e287789d54bbd3c4ca3914ce0.
Tom Lane
2012-02-21
*
Avoid double close of file handle in syslogger on win32
Magnus Hagander
2012-02-21
*
Fix typo, noticed by Will Crawford.
Andrew Dunstan
2012-02-21
*
pg_regress: Add application name setting
Peter Eisentraut
2012-02-21
*
Don't reject threaded Python on FreeBSD.
Tom Lane
2012-02-20
*
Fix a couple of cases of JSON output.
Andrew Dunstan
2012-02-20
*
Fix regex back-references that are directly quantified with *.
Tom Lane
2012-02-20
*
Add caching of ctype.h/wctype.h results in regc_locale.c.
Tom Lane
2012-02-19
*
Create the beginnings of internals documentation for the regex code.
Tom Lane
2012-02-19
*
Improve pretty printing of viewdefs.
Andrew Dunstan
2012-02-19
*
In ecpglib rewrote code that used strtok_r to not use library functions
Michael Meskes
2012-02-19
*
Update expected/collate.linux.utf8.out for recent plpgsql changes.
Tom Lane
2012-02-18
*
gcc on Windows does not know about strtok_s.
Michael Meskes
2012-02-18
*
Windows doesn't have strtok_r, so let's use strtok_s instead.
Michael Meskes
2012-02-18
*
Make sure all connection paramters are used in call to PQconnectdbParams.
Michael Meskes
2012-02-18
*
Sync regex code with Tcl 8.5.11.
Tom Lane
2012-02-17
*
Fix longstanding error in contrib/intarray's int[] & int[] operator.
Tom Lane
2012-02-16
*
Improve statistics estimation to make some use of DISTINCT in sub-queries.
Tom Lane
2012-02-16
*
pg_dump: Miscellaneous tightening based on recent refactorings.
Robert Haas
2012-02-16
*
pg_dump: Remove global connection pointer.
Robert Haas
2012-02-16
*
Refactor pg_dump.c to avoid duplicating returns-one-row check.
Robert Haas
2012-02-16
*
Invent on_exit_nicely for pg_dump.
Robert Haas
2012-02-16
*
Run a portal's cleanup hook immediately when pushing it to FAILED state.
Tom Lane
2012-02-15
*
Fix VPATH builds, broken by my recent commit to speed up tuplesorting.
Robert Haas
2012-02-15
*
Have pg_upgrade output 'link' or 'copy' when reporting its status.
Bruce Momjian
2012-02-15
*
sepgsql: Move some code from hooks.c to label.c
Robert Haas
2012-02-15
*
Speed up in-memory tuplesorting.
Robert Haas
2012-02-15
*
More regression tests for LEAKPROOF/NOT LEAKPROOF stuff.
Robert Haas
2012-02-15
*
Make CREATE/ALTER FUNCTION support NOT LEAKPROOF.
Robert Haas
2012-02-15
*
sepgsql: Reword and fix typo in docs on DML permissions.
Robert Haas
2012-02-15
*
Fix pg_test_fsync Win32 problems reported by the build farm; add
Bruce Momjian
2012-02-15
*
Try to get pg_test_thread to compile on Windows by using a sleeper
Bruce Momjian
2012-02-14
*
Improve fsync documentation by stating that -W _0_ turns of write
Bruce Momjian
2012-02-14
*
Preserve column names in the execution-time tupledesc for a RowExpr.
Tom Lane
2012-02-14
*
Document random page cost is only 4x seqeuntial, and not 40x.
Bruce Momjian
2012-02-14
*
Document that the pg_test_fsync defaults allow the program to complete
Bruce Momjian
2012-02-14
*
Change contrib/pg_test_fsync to control tests in terms of seconds per
Bruce Momjian
2012-02-14
*
Remove new, intermittently failing regression test.
Robert Haas
2012-02-13
*
Fix new create_function_3 regression tests not to rely on tuple order.
Robert Haas
2012-02-13
*
Allow LEAKPROOF functions for better performance of security views.
Robert Haas
2012-02-13
*
Improve labeling of pg_test_fsync open_sync test output.
Bruce Momjian
2012-02-13
*
Do not use the variable name when defining a varchar structure in ecpg.
Michael Meskes
2012-02-13
*
Fix auto-explain JSON output to be valid JSON.
Andrew Dunstan
2012-02-13
*
Fix heap_multi_insert to set t_self field in the caller's tuples.
Heikki Linnakangas
2012-02-13
[next]