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
/
backend
Age
Commit message (
Expand
)
Author
2012-10-21
Correct predicate locking for DROP INDEX CONCURRENTLY.
Kevin Grittner
2012-10-19
Fix UtilityContainsQuery() to handle CREATE TABLE AS EXECUTE correctly.
Tom Lane
2012-10-19
Fix hash_search to avoid corruption of the hash table on out-of-memory.
Tom Lane
2012-10-19
Fix ruleutils to print "INSERT INTO foo DEFAULT VALUES" correctly.
Tom Lane
2012-10-19
Fix orphan on cancel of drop index concurrently.
Simon Riggs
2012-10-18
Further cleanup of catcache.c ilist changes.
Tom Lane
2012-10-18
Remove unnecessary "head" arguments from some dlist/slist functions.
Tom Lane
2012-10-18
Code review for inline-list patch.
Tom Lane
2012-10-18
Re-think guts of DROP INDEX CONCURRENTLY.
Simon Riggs
2012-10-18
Fix planning of non-strict equivalence clauses above outer joins.
Tom Lane
2012-10-17
Close un-owned SMgrRelations at transaction end.
Tom Lane
2012-10-17
Revert "Use "transient" files for blind writes, take 2".
Tom Lane
2012-10-17
Embedded list interface
Alvaro Herrera
2012-10-16
When outputting the session id in log_line_prefix (%c) or in CSV log
Bruce Momjian
2012-10-15
Fix typo in comment.
Heikki Linnakangas
2012-10-15
Split up process latch initialization for more-fail-soft behavior.
Tom Lane
2012-10-12
Fix oversight in new code for printing rangetable aliases.
Tom Lane
2012-10-12
In our source code, make a copy of getopt's 'optarg' string arguments,
Bruce Momjian
2012-10-12
Get rid of COERCE_DONTCARE.
Tom Lane
2012-10-12
Make equal() ignore CoercionForm fields for better planning with casts.
Tom Lane
2012-10-11
Fix cross-type case in partial row matching for hashed subplans.
Tom Lane
2012-10-11
Improve replication connection timeouts.
Heikki Linnakangas
2012-10-11
Refactor flex and bison make rules
Peter Eisentraut
2012-10-10
Update obsolete comment.
Tom Lane
2012-10-10
Fix PGXS support for building loadable modules on AIX.
Tom Lane
2012-10-09
Remove unnecessary overhead in backend's large-object operations.
Tom Lane
2012-10-09
Fix silly bug in previous refactoring.
Heikki Linnakangas
2012-10-09
Put the logic to wait for WAL in standby mode to a separate function.
Heikki Linnakangas
2012-10-09
Remove stray newline in comment.
Heikki Linnakangas
2012-10-09
Remove generation of repl_gram.h
Peter Eisentraut
2012-10-08
Code review for 64-bit-large-object patch.
Tom Lane
2012-10-08
Fix thinko in previous commit
Alvaro Herrera
2012-10-08
Add support for easily declaring static inline functions
Alvaro Herrera
2012-10-08
Say ANALYZE, not VACUUM, in error message on analyze in hot standby.
Heikki Linnakangas
2012-10-08
Fix walsender handling of postmaster shutdown, to not go into endless loop.
Heikki Linnakangas
2012-10-07
Fix typo in previous MSC commit.
Andrew Dunstan
2012-10-07
Quiet a few MSC compiler warnings.
Andrew Dunstan
2012-10-06
Add API for 64-bit large object access. Now users can access up to
Tatsuo Ishii
2012-10-05
Use the regular main processing loop also in walsenders.
Heikki Linnakangas
2012-10-05
getnameinfo_unix has to be taught not to insist on NI_NUMERIC flags, too.
Tom Lane
2012-10-05
Remove redundant code for getnameinfo() replacement
Peter Eisentraut
2012-10-04
Make CREATE AGGREGATE complain if the initcond is invalid for the datatype.
Tom Lane
2012-10-04
Fix parse location tracking for lists that can be empty.
Tom Lane
2012-10-04
Fix typo in comment, and reword it slightly while we're at it.
Heikki Linnakangas
2012-10-03
Support CREATE SCHEMA IF NOT EXISTS.
Tom Lane
2012-10-03
refactor ALTER some-obj SET OWNER implementation
Alvaro Herrera
2012-10-03
Avoid planner crash/Assert failure with joins to unflattened subqueries.
Tom Lane
2012-10-03
REASSIGN OWNED: consider grants on tablespaces, too
Alvaro Herrera
2012-10-03
Return the number of rows processed when COPY is executed through SPI.
Heikki Linnakangas
2012-10-03
Fix two bugs introduced in the xlog.c split.
Heikki Linnakangas
[next]