projects
/
postgresql.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
postgresql.git
2013-11-26
Bruce Momjian
Change SET LOCAL/CONSTRAINTS/TRANSACTION and ABORT...
commit
|
commitdiff
|
tree
2013-11-25
Michael Meskes
More improvement to comment parsing in ecpg.
commit
|
commitdiff
|
tree
2013-11-25
Michael Meskes
Fix ecpg parsing of sizeof().
commit
|
commitdiff
|
tree
2013-11-24
Jeff Davis
Lessen library-loading log level.
commit
|
commitdiff
|
tree
2013-11-24
Tom Lane
Fix new and latent bugs with errno handling in secure_r...
commit
|
commitdiff
|
tree
2013-11-24
Michael Meskes
Allow C array definitions to use sizeof().
commit
|
commitdiff
|
tree
2013-11-24
Michael Meskes
Distinguish between C and SQL mode for C-style comments.
commit
|
commitdiff
|
tree
2013-11-24
Tom Lane
Defend against bad trigger definitions in contrib/lo...
commit
|
commitdiff
|
tree
2013-11-24
Peter Eisentraut
PL/Tcl: Add event trigger support
commit
|
commitdiff
|
tree
2013-11-24
Tom Lane
Fix array slicing of int2vector and oidvector values.
commit
|
commitdiff
|
tree
2013-11-23
Tom Lane
Ensure _dosmaperr() actually sets errno correctly.
commit
|
commitdiff
|
tree
2013-11-23
Peter Eisentraut
Fix thinko in SPI_execute_plan() calls
commit
|
commitdiff
|
tree
2013-11-23
Peter Eisentraut
Avoid potential buffer overflow crash
commit
|
commitdiff
|
tree
2013-11-22
Tom Lane
Flatten join alias Vars before pulling up targetlist...
commit
|
commitdiff
|
tree
2013-11-22
Tom Lane
Fix quoting in help messages in uuid-ossp extension...
commit
|
commitdiff
|
tree
2013-11-22
Heikki Linnakangas
Fix Hot-Standby initialization of clog and subtrans.
commit
|
commitdiff
|
tree
2013-11-22
Heikki Linnakangas
Avoid acquiring spinlock when checking if recovery...
commit
|
commitdiff
|
tree
2013-11-22
Peter Eisentraut
Tweak streamutil.c further to avoid scan-build warning
commit
|
commitdiff
|
tree
2013-11-22
Tom Lane
Support multi-argument UNNEST(), and TABLE() syntax...
commit
|
commitdiff
|
tree
2013-11-21
Fujii Masao
Fix pg_isready to handle -d option properly.
commit
|
commitdiff
|
tree
2013-11-20
Heikki Linnakangas
More GIN refactoring.
commit
|
commitdiff
|
tree
2013-11-20
Heikki Linnakangas
Refactor the internal GIN B-tree interface for forming...
commit
|
commitdiff
|
tree
2013-11-20
Heikki Linnakangas
Further GIN refactoring.
commit
|
commitdiff
|
tree
2013-11-20
Peter Eisentraut
ecpg: Split off mmfatal() from mmerror()
commit
|
commitdiff
|
tree
2013-11-19
Bruce Momjian
docs: update page format to specify page checksum...
commit
|
commitdiff
|
tree
2013-11-19
Bruce Momjian
pg_upgrade: avoid ALTER COLUMN TYPE on inherited columns
commit
|
commitdiff
|
tree
2013-11-19
Fujii Masao
Add tab completion for \pset in psql.
commit
|
commitdiff
|
tree
2013-11-19
Peter Eisentraut
pg_upgrade: Report full disk better
commit
|
commitdiff
|
tree
2013-11-18
Bruce Momjian
unaccent: Revert patch 9299f6179838cef8aa1123f6fb76f0d...
commit
|
commitdiff
|
tree
2013-11-18
Heikki Linnakangas
Spell SQL keywords in uppercase in pg_dump's query.
commit
|
commitdiff
|
tree
2013-11-18
Heikki Linnakangas
Replace appendPQExpBuffer(..., <constant>) with appendP...
commit
|
commitdiff
|
tree
2013-11-18
Robert Haas
Use cstring_to_text_with_len when length is known.
commit
|
commitdiff
|
tree
2013-11-18
Heikki Linnakangas
Count locked pages that don't need vacuuming as scanned.
commit
|
commitdiff
|
tree
2013-11-17
Tom Lane
Add make_date() and make_time() functions.
commit
|
commitdiff
|
tree
2013-11-16
Tom Lane
Improve performance of numeric sum(), avg(), stddev...
commit
|
commitdiff
|
tree
2013-11-16
Tom Lane
Allow aggregates to provide estimates of their transiti...
commit
|
commitdiff
|
tree
2013-11-16
Peter Eisentraut
pg_upgrade: Fix some whitespace oddities
commit
|
commitdiff
|
tree
2013-11-16
Tom Lane
Remove pgbench's hardwired limit on line length in...
commit
|
commitdiff
|
tree
2013-11-15
Tom Lane
Fix incorrect loop counts in tidbitmap.c.
commit
|
commitdiff
|
tree
2013-11-15
Tom Lane
Speed up printing of INSERT statements in pg_dump.
commit
|
commitdiff
|
tree
2013-11-15
Tom Lane
Clean up password prompting logic in streamutil.c.
commit
|
commitdiff
|
tree
2013-11-15
Tom Lane
Compute correct em_nullable_relids in get_eclass_for_so...
commit
|
commitdiff
|
tree
2013-11-15
Tom Lane
Prevent leakage of cached plans and execution trees...
commit
|
commitdiff
|
tree
2013-11-15
Tom Lane
Minor comment corrections for sequence hashtable patch.
commit
|
commitdiff
|
tree
2013-11-15
Kevin Grittner
Fix buffer overrun in isolation test program.
commit
|
commitdiff
|
tree
2013-11-15
Robert Haas
doc: Restore proper alphabetical order.
commit
|
commitdiff
|
tree
2013-11-15
Heikki Linnakangas
Fix bogus hash table creation.
commit
|
commitdiff
|
tree
2013-11-15
Heikki Linnakangas
Use a hash table to store current sequence values.
commit
|
commitdiff
|
tree
2013-11-14
Tom Lane
Add a regression test case for \d on an index.
commit
|
commitdiff
|
tree
2013-11-14
Tom Lane
Fix incorrect column name in psql \d code.
commit
|
commitdiff
|
tree
2013-11-14
Peter Eisentraut
Fix whitespace
commit
|
commitdiff
|
tree
2013-11-13
Tom Lane
Clarify CREATE FUNCTION documentation about handling...
commit
|
commitdiff
|
tree
2013-11-13
Andrew Dunstan
Fix isolation check for MSVC to handle recent changes.
commit
|
commitdiff
|
tree
2013-11-13
Robert Haas
Fix relfilenodemap.c's handling of cache invalidations.
commit
|
commitdiff
|
tree
2013-11-13
Bruce Momjian
docs: clarify MVCC introduction to allow for per-state...
commit
|
commitdiff
|
tree
2013-11-13
Kevin Grittner
Free ignorelist after each regression test schedule.
commit
|
commitdiff
|
tree
2013-11-13
Heikki Linnakangas
Fix bug in GIN posting tree root creation.
commit
|
commitdiff
|
tree
2013-11-13
Peter Eisentraut
Move variable closer to where it is used
commit
|
commitdiff
|
tree
2013-11-13
Peter Eisentraut
gitattributes: Make syntax compatible with older Git...
commit
|
commitdiff
|
tree
2013-11-12
Robert Haas
Try again to make pg_isolation_regress work its build...
commit
|
commitdiff
|
tree
2013-11-12
Robert Haas
doc: Fix typo.
commit
|
commitdiff
|
tree
2013-11-12
Magnus Hagander
Fix doc links in README file to work with new website...
commit
|
commitdiff
|
tree
2013-11-12
Peter Eisentraut
Remove leftovers of IRIX port
commit
|
commitdiff
|
tree
2013-11-11
Tom Lane
Fix failure with whole-row reference to a subquery.
commit
|
commitdiff
|
tree
2013-11-11
Tom Lane
Fix ruleutils pretty-printing to not generate trailing...
commit
|
commitdiff
|
tree
2013-11-11
Tom Lane
Re-allow duplicate aliases within aliased JOINs.
commit
|
commitdiff
|
tree
2013-11-11
Magnus Hagander
Don't abort pg_basebackup when receiving empty WAL...
commit
|
commitdiff
|
tree
2013-11-10
Peter Eisentraut
Fix whitespace issues found by git diff --check, add...
commit
|
commitdiff
|
tree
2013-11-09
Robert Haas
Fix ECPG compiler warning.
commit
|
commitdiff
|
tree
2013-11-08
Heikki Linnakangas
Fix race condition in GIN posting tree page deletion.
commit
|
commitdiff
|
tree
2013-11-08
Robert Haas
doc: Clarify under what circumstances pg_dump needs...
commit
|
commitdiff
|
tree
2013-11-08
Robert Haas
Fix pg_isolation_regress to work outside its build...
commit
|
commitdiff
|
tree
2013-11-08
Robert Haas
Add the notion of REPLICA IDENTITY for a table.
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-08
Tom Lane
Make LOCK_PRINT & PROCLOCK_PRINT expand to ((void)...
commit
|
commitdiff
|
tree
2013-11-07
Kevin Grittner
Silence benign warnings from clang version 3.0-6ubuntu3.
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-07
Heikki Linnakangas
Fix setting of right bound at GIN page split.
commit
|
commitdiff
|
tree
2013-11-07
Tom Lane
Add #ifdef guards for some POSIX error symbols that...
commit
|
commitdiff
|
tree
2013-11-06
Tom Lane
Be more robust when strerror() doesn't give a useful...
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
Heikki Linnakangas
Fix missing argument and function prototypes.
commit
|
commitdiff
|
tree
2013-11-06
Heikki Linnakangas
Misc GIN refactoring.
commit
|
commitdiff
|
tree
2013-11-06
Tom Lane
Improve the error message given for modifying a window...
commit
|
commitdiff
|
tree
2013-11-05
Tom Lane
Revert commit 0725065b37b8b0e9074a624a8d3e3ac1844fc820.
commit
|
commitdiff
|
tree
2013-11-05
Kevin Grittner
Lock relation used to generate fresh data for RMV.
commit
|
commitdiff
|
tree
2013-11-05
Tom Lane
Fix some obsolete information in src/backend/optimizer...
commit
|
commitdiff
|
tree
2013-11-04
Kevin Grittner
Fix breakage of MV column name list usage.
commit
|
commitdiff
|
tree
2013-11-04
Robert Haas
Fix format code used to print dsm request sizes.
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
Get rid of more cases of the "must detoast before outpu...
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
next