index
:
delta/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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Correct comment of pgbench "filler" columns.
Fujii Masao
2013-09-30
1
-5
/
+10
*
Fix makefile broken by hstore fix.
Andrew Dunstan
2013-09-29
1
-1
/
+2
*
Use a new hstore extension version for added json functions.
Andrew Dunstan
2013-09-29
3
-1
/
+48
*
Ensure installation dirs are built before contents are installed.
Andrew Dunstan
2013-09-29
1
-1
/
+1
*
Allow printf-style padding specifications in log_line_prefix.
Robert Haas
2013-09-26
2
-39
/
+210
*
Fix erroneous statements about multiply specified JSON columns.
Andrew Dunstan
2013-09-26
1
-3
/
+3
*
Fix spurious warning after vacuuming a page on a table with no indexes.
Heikki Linnakangas
2013-09-26
1
-0
/
+1
*
pgbench: Correct for bias in --rate schedule generation.
Noah Misch
2013-09-25
1
-3
/
+7
*
Plug memory leak in range_cmp function.
Heikki Linnakangas
2013-09-25
1
-6
/
+12
*
Fix pgindent comment breakage
Alvaro Herrera
2013-09-24
1
-3
/
+7
*
Use @libdir@ in both of regress/{input,output}/security_label.source
Noah Misch
2013-09-23
1
-1
/
+1
*
pgbench: Tweak documentation.
Noah Misch
2013-09-23
2
-2
/
+2
*
doc: Clarify that file_fdw options require values.
Robert Haas
2013-09-23
1
-0
/
+8
*
Don't allow system columns in CHECK constraints, except tableoid.
Robert Haas
2013-09-23
7
-1
/
+82
*
pg_upgrade: more C comment fixes
Bruce Momjian
2013-09-23
1
-1
/
+1
*
pg_upgrade: fix C comment typo
Bruce Momjian
2013-09-23
1
-1
/
+1
*
Fix SSL deadlock risk in libpq
Stephen Frost
2013-09-23
1
-2
/
+22
*
Fix two timeline handling bugs in pg_receivexlog.
Heikki Linnakangas
2013-09-23
2
-29
/
+52
*
Fix compiler warning in WaitForBackgroundWorkerStartup().
Robert Haas
2013-09-19
1
-2
/
+4
*
Fix typo in comment.
Fujii Masao
2013-09-19
1
-1
/
+1
*
Documentation correction.
Robert Haas
2013-09-18
1
-1
/
+1
*
Typo fix.
Robert Haas
2013-09-18
1
-1
/
+1
*
Remove `proc` argument from LockCheckConflicts
Alvaro Herrera
2013-09-16
3
-8
/
+5
*
Rename various "freeze multixact" variables
Alvaro Herrera
2013-09-16
11
-61
/
+61
*
Add a GUC to report whether data page checksums are enabled.
Heikki Linnakangas
2013-09-16
3
-0
/
+29
*
Fix typos
Peter Eisentraut
2013-09-15
2
-2
/
+2
*
Ignore interrupts during quickdie().
Noah Misch
2013-09-11
1
-0
/
+7
*
Create index on srt table in citext regression tests.
Kevin Grittner
2013-09-11
3
-0
/
+4
*
fuzzystrmatch: replace broken link in C comment
Bruce Momjian
2013-09-10
1
-1
/
+1
*
docs: Update libpq and testlo examples
Bruce Momjian
2013-09-10
2
-60
/
+85
*
Add comment for VARSIZE_ANY_EXHDR macro
Bruce Momjian
2013-09-10
1
-0
/
+1
*
psql: fix \copy stdin trailing space requirement
Bruce Momjian
2013-09-10
1
-2
/
+2
*
psql: honor 'footer' option for expanded output
Bruce Momjian
2013-09-10
1
-1
/
+1
*
Remove leftover function prototype.
Fujii Masao
2013-09-11
1
-3
/
+0
*
Show schemas in information_schema.schemata that the current has access to
Peter Eisentraut
2013-09-09
2
-3
/
+6
*
Introduce InvalidCommandId.
Robert Haas
2013-09-09
2
-2
/
+3
*
Return error if allocation of new element was not possible.
Michael Meskes
2013-09-08
1
-2
/
+9
*
Close file to no leak file descriptor memory. Found by Coverity.
Michael Meskes
2013-09-08
1
-0
/
+1
*
intarray: return empty zero-dimensional array for an empty array
Bruce Momjian
2013-09-07
1
-0
/
+7
*
Don't VALGRIND_PRINTF() each query string.
Noah Misch
2013-09-06
1
-5
/
+0
*
Eliminate pg_rewrite.ev_attr column and related dead code.
Kevin Grittner
2013-09-05
11
-125
/
+9
*
Make catalog cache hash tables resizeable.
Heikki Linnakangas
2013-09-05
3
-58
/
+102
*
Revert WAL posix_fallocate() patches.
Jeff Davis
2013-09-04
5
-60
/
+36
*
Improve Range Types and Exclusion Constraints example.
Jeff Davis
2013-09-04
1
-7
/
+11
*
Add GUC descriptions for compile-time postgresql.conf settings
Bruce Momjian
2013-09-04
1
-8
/
+8
*
Remove dead URL mention in OSX startup script
Bruce Momjian
2013-09-04
1
-5
/
+1
*
Keep heavily-contended fields in XLogCtlInsert on different cache lines.
Heikki Linnakangas
2013-09-04
2
-3
/
+23
*
Expose fsync_fname as a public API.
Robert Haas
2013-09-04
3
-59
/
+57
*
Update comments concerning PGC_S_TEST.
Tom Lane
2013-09-03
3
-24
/
+16
*
Don't fail for bad GUCs in CREATE FUNCTION with check_function_bodies off.
Tom Lane
2013-09-03
4
-12
/
+63
[next]