projects
/
postgresql.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
postgresql.git
2013-11-08
Heikki Linnakangas
Fix race condition in GIN posting tree page deletion.
commit
|
commitdiff
|
tree
2013-11-08
Tom Lane
Make contain_volatile_functions/contain_mutable_functio...
commit
|
commitdiff
|
tree
2013-11-08
Tom Lane
Fix subtly-wrong volatility checking in BeginCopyFrom().
commit
|
commitdiff
|
tree
2013-11-07
Tom Lane
Be more robust when strerror() doesn't give a useful...
commit
|
commitdiff
|
tree
2013-11-07
Tom Lane
Prevent display of dropped columns in row constraint...
commit
|
commitdiff
|
tree
2013-11-07
Tom Lane
Fix generation of MergeAppend plans for optimized min...
commit
|
commitdiff
|
tree
2013-11-06
Tom Lane
Support default arguments and named-argument notation...
commit
|
commitdiff
|
tree
2013-11-06
Kevin Grittner
Keep heap open until new heap generated in RMV.
commit
|
commitdiff
|
tree
2013-11-06
Tom Lane
Improve the error message given for modifying a window...
commit
|
commitdiff
|
tree
2013-11-04
Kevin Grittner
Fix breakage of MV column name list usage.
commit
|
commitdiff
|
tree
2013-11-04
Heikki Linnakangas
Fix parsing of xlog file name in pg_receivexlog.
commit
|
commitdiff
|
tree
2013-11-03
Tom Lane
Prevent memory leaks from accumulating across printtup...
commit
|
commitdiff
|
tree
2013-11-03
Michael Meskes
Changed test case slightly so it doesn't have an unused...
commit
|
commitdiff
|
tree
2013-11-03
Kevin Grittner
Acquire appropriate locks when rewriting during RMV.
commit
|
commitdiff
|
tree
2013-11-02
Kevin Grittner
Fix subquery reference to non-populated MV in CMV.
commit
|
commitdiff
|
tree
2013-11-02
Tom Lane
Retry after buffer locking failure during SPGiST index...
commit
|
commitdiff
|
tree
2013-11-01
Tom Lane
Ensure all files created for a single BufFile have...
commit
|
commitdiff
|
tree
2013-11-01
Tom Lane
Fix some odd behaviors when using a SQL-style simple...
commit
|
commitdiff
|
tree
2013-10-29
Tom Lane
Prevent using strncpy with src == dest in TupleDescInit...
commit
|
commitdiff
|
tree
2013-10-28
Andrew Dunstan
Work around NetBSD shell issue in pg_upgrade test script.
commit
|
commitdiff
|
tree
2013-10-28
Tom Lane
Improve documentation about usage of FDW validator...
commit
|
commitdiff
|
tree
2013-10-24
Heikki Linnakangas
Plug memory leak when reloading config file.
commit
|
commitdiff
|
tree
2013-10-24
Heikki Linnakangas
Fix memory leak when an empty ident file is reloaded.
commit
|
commitdiff
|
tree
2013-10-24
Heikki Linnakangas
Fix typos in comments.
commit
|
commitdiff
|
tree
2013-10-23
Heikki Linnakangas
Fix two bugs in setting the vm bit of empty pages.
commit
|
commitdiff
|
tree
2013-10-21
Peter Eisentraut
Add libpgcommon to backend gettext source files
commit
|
commitdiff
|
tree
2013-10-17
Andrew Dunstan
Return valid json when converting an empty hstore.
commit
|
commitdiff
|
tree
2013-10-15
Bruce Momjian
docs: correct 9.1 and 9.2 release note mention of timel...
commit
|
commitdiff
|
tree
2013-10-11
Peter Eisentraut
doc: Fix table column number declaration
commit
|
commitdiff
|
tree
2013-10-09
Bruce Momjian
doc: fix typo in release notes
commit
|
commitdiff
|
tree
2013-10-08
Bruce Momjian
docs: clarify references to md5 hash and md5 crypt...
commit
|
commitdiff
|
tree
2013-10-08
Peter Eisentraut
Stamp 9.3.1.
REL9_3_1
commit
|
commitdiff
|
tree
2013-10-08
Peter Eisentraut
Revert "Document support for VPATH builds of extensions."
commit
|
commitdiff
|
tree
2013-10-08
Peter Eisentraut
Revert "Backpatch pgxs vpath build and installation...
commit
|
commitdiff
|
tree
2013-10-08
Peter Eisentraut
Revert "Ensure installation dirs are built before conte...
commit
|
commitdiff
|
tree
2013-10-08
Bruce Momjian
docs: update release notes for 8.4.18, 9.0.14, 9.1...
commit
|
commitdiff
|
tree
2013-10-07
Heikki Linnakangas
Fix bugs in SSI tuple locking.
commit
|
commitdiff
|
tree
2013-10-07
Peter Eisentraut
Translation updates
commit
|
commitdiff
|
tree
2013-10-07
Kevin Grittner
Eliminate xmin from hash tag for predicate locks on...
commit
|
commitdiff
|
tree
2013-10-07
Andrew Dunstan
Document support for VPATH builds of extensions.
commit
|
commitdiff
|
tree
2013-10-05
Bruce Momjian
pg_upgrade doc: link mode additions
commit
|
commitdiff
|
tree
2013-10-04
Alvaro Herrera
add multixact-no-deadlock to schedule
commit
|
commitdiff
|
tree
2013-10-04
Alvaro Herrera
Make some isolationtester specs more complete
commit
|
commitdiff
|
tree
2013-10-04
Alvaro Herrera
isolationtester: Allow tuples to be returned in more...
commit
|
commitdiff
|
tree
2013-10-03
Peter Eisentraut
doc: Correct psycopg URL
commit
|
commitdiff
|
tree
2013-10-02
Magnus Hagander
Fix copy/paste error
commit
|
commitdiff
|
tree
2013-10-01
Alvaro Herrera
Remove broken PGXS code for pg_xlogdump
commit
|
commitdiff
|
tree
2013-09-30
Andrew Dunstan
Add missing condition for pg_depend in hstore migration...
commit
|
commitdiff
|
tree
2013-09-30
Andrew Dunstan
Ensure installation dirs are built before contents...
commit
|
commitdiff
|
tree
2013-09-30
Heikki Linnakangas
Fix snapshot leak if lo_open called on non-existent...
commit
|
commitdiff
|
tree
2013-09-30
Andrew Dunstan
Fix makefile broken by hstore fix.
commit
|
commitdiff
|
tree
2013-09-29
Andrew Dunstan
Use a new hstore extension version for added json funct...
commit
|
commitdiff
|
tree
2013-09-29
Andrew Dunstan
Backpatch pgxs vpath build and installation fixes.
commit
|
commitdiff
|
tree
2013-09-26
Andrew Dunstan
Fix erroneous statements about multiply specified JSON...
commit
|
commitdiff
|
tree
2013-09-26
Heikki Linnakangas
Fix spurious warning after vacuuming a page on a table...
commit
|
commitdiff
|
tree
2013-09-25
Heikki Linnakangas
Plug memory leak in range_cmp function.
commit
|
commitdiff
|
tree
2013-09-24
Alvaro Herrera
Fix pgindent comment breakage
commit
|
commitdiff
|
tree
2013-09-23
Noah Misch
Use @libdir@ in both of regress/{input,output}/security...
commit
|
commitdiff
|
tree
2013-09-23
Robert Haas
doc: Clarify that file_fdw options require values.
commit
|
commitdiff
|
tree
2013-09-23
Stephen Frost
Fix SSL deadlock risk in libpq
commit
|
commitdiff
|
tree
2013-09-23
Heikki Linnakangas
Fix two timeline handling bugs in pg_receivexlog.
commit
|
commitdiff
|
tree
2013-09-16
Alvaro Herrera
Rename various "freeze multixact" variables
commit
|
commitdiff
|
tree
2013-09-12
Noah Misch
Ignore interrupts during quickdie().
commit
|
commitdiff
|
tree
2013-09-08
Michael Meskes
Return error if allocation of new element was not possible.
commit
|
commitdiff
|
tree
2013-09-08
Michael Meskes
Close file to no leak file descriptor memory. Found...
commit
|
commitdiff
|
tree
2013-09-05
Jeff Davis
Improve Range Types and Exclusion Constraints example.
commit
|
commitdiff
|
tree
2013-09-04
Bruce Momjian
Remove dead URL mention in OSX startup script
commit
|
commitdiff
|
tree
2013-09-03
Tom Lane
Don't fail for bad GUCs in CREATE FUNCTION with check_f...
commit
|
commitdiff
|
tree
2013-09-03
Alvaro Herrera
Update obsolete comment
commit
|
commitdiff
|
tree
2013-09-03
Greg Stark
Fix thinko in worker_spi, count(*) returns a bigint...
commit
|
commitdiff
|
tree
2013-09-03
Robert Haas
docs: Clarify that we also support Solaris versions...
commit
|
commitdiff
|
tree
2013-09-02
Tom Lane
Stamp 9.3.0.
REL9_3_0
commit
|
commitdiff
|
tree
2013-09-02
Tom Lane
Update time zone data files to tzdata release 2013d.
commit
|
commitdiff
|
tree
2013-09-02
Andrew Dunstan
Fix relfrozenxid query in docs to include TOAST tables.
commit
|
commitdiff
|
tree
2013-09-02
Peter Eisentraut
Translation updates
commit
|
commitdiff
|
tree
2013-09-01
Tom Lane
Update "Using EXPLAIN" documentation examples using...
commit
|
commitdiff
|
tree
2013-09-01
Tom Lane
Update 9.3 release notes.
commit
|
commitdiff
|
tree
2013-08-31
Tom Lane
Improve regression test for #8410.
commit
|
commitdiff
|
tree
2013-08-30
Tom Lane
Add test case for bug #8410.
commit
|
commitdiff
|
tree
2013-08-30
Tom Lane
Reset the binary heap in MergeAppend rescans.
commit
|
commitdiff
|
tree
2013-08-29
Alvaro Herrera
Make error wording more consistent
commit
|
commitdiff
|
tree
2013-08-26
Andrew Dunstan
Unconditionally use the WSA equivalents of Socket error...
commit
|
commitdiff
|
tree
2013-08-24
Tom Lane
Account better for planning cost when choosing whether...
commit
|
commitdiff
|
tree
2013-08-24
Magnus Hagander
Don't crash when pg_xlog is empty and pg_basebackup...
commit
|
commitdiff
|
tree
2013-08-23
Tom Lane
In locate_grouping_columns(), don't expect an exact...
commit
|
commitdiff
|
tree
2013-08-21
Tom Lane
Fix hash table size estimation error in choose_hashed_d...
commit
|
commitdiff
|
tree
2013-08-20
Bruce Momjian
release notes: update link to 9.3 PL/pgSQL constraint...
commit
|
commitdiff
|
tree
2013-08-19
Tom Lane
Stamp 9.3rc1.
REL9_3_RC1
commit
|
commitdiff
|
tree
2013-08-19
Tom Lane
Be more wary of unwanted whitespace in pgstat_reset_rem...
commit
|
commitdiff
|
tree
2013-08-19
Alvaro Herrera
Fix removal of files in pgstats directories
commit
|
commitdiff
|
tree
2013-08-19
Heikki Linnakangas
Rename the "fast_promote" file to just "promote".
commit
|
commitdiff
|
tree
2013-08-19
Tom Lane
Fix qual-clause-misplacement issues with pulled-up...
commit
|
commitdiff
|
tree
2013-08-19
Alvaro Herrera
Fix pg_upgrade failure from servers older than 9.3
commit
|
commitdiff
|
tree
2013-08-19
Bruce Momjian
release notes: remove username from 9.3 major item
commit
|
commitdiff
|
tree
2013-08-19
Peter Eisentraut
Translation updates
commit
|
commitdiff
|
tree
2013-08-18
Kevin Grittner
Remove relcache entry invalidation in REFRESH MATERIALI...
commit
|
commitdiff
|
tree
2013-08-18
Peter Eisentraut
libpq: Report strerror on pthread_mutex_lock() failure
commit
|
commitdiff
|
tree
2013-08-18
Tom Lane
Fix thinko in comment.
commit
|
commitdiff
|
tree
2013-08-18
Tom Lane
Fix planner problems with LATERAL references in PlaceHo...
commit
|
commitdiff
|
tree
2013-08-16
Bruce Momjian
release notes: update 9.3 major feature list
commit
|
commitdiff
|
tree
next