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
Age
Commit message (
Expand
)
Author
2011-08-25
Tweak postgresql.conf.sample's comments on listen_addresess.
Robert Haas
2011-08-24
Update FK alternative test output to new whitespace rules
Alvaro Herrera
2011-08-24
Fix pgxs.mk to always add --dbname=$(CONTRIB_TESTDB) to REGRESS_OPTS.
Tom Lane
2011-08-24
Fix multiple bugs in extension dropping.
Tom Lane
2011-08-24
Make CREATE EXTENSION check schema creation permissions.
Tom Lane
2011-08-23
Fix overoptimistic assumptions in column width estimation for subqueries.
Tom Lane
2011-08-23
Use consistent format for reporting GetLastError()
Peter Eisentraut
2011-08-23
Add missing include so include file compiles cleanly on its own.
Bruce Momjian
2011-08-23
Mark cpluspluscheck as excutable in git.
Bruce Momjian
2011-08-22
Typo fix.
Robert Haas
2011-08-22
Fix handling of extension membership when filling in a shell operator.
Tom Lane
2011-08-22
Properly call strerror() in thread test; add comments.
Bruce Momjian
2011-08-22
Simplify errno generating in thread testing program.
Bruce Momjian
2011-08-21
Fix trigger WHEN conditions when both BEFORE and AFTER triggers exist.
Tom Lane
2011-08-20
Have thread_test create its test files in the current directory, rather
Bruce Momjian
2011-08-20
Fix performance problem when building a lossy tidbitmap.
Tom Lane
2011-08-19
Fix copyright.pl to properly us 'tie' function.
Bruce Momjian
2011-08-19
Fix problem with regex in copyright test.
Bruce Momjian
2011-08-19
Remove use of 'tie' in perl for copyright.pl; instead use normal file
Bruce Momjian
2011-08-19
Add executable bit to file.
Bruce Momjian
2011-08-19
Implement src/tools/copyright as a Perl program, so anyone can run it.
Bruce Momjian
2011-08-18
Explain max_prepared_transactions requirement in isolation tests' README.
Tom Lane
2011-08-18
Add an SSI regression test that tests all interesting permutations in the
Heikki Linnakangas
2011-08-18
Strip whitespace from SQL blocks in the isolation test suite. This is purely
Heikki Linnakangas
2011-08-18
Make lazy_vacuum_rel call pg_rusage_init only if needed.
Robert Haas
2011-08-18
Remove obsolete README file.
Robert Haas
2011-08-18
Change PyInit_plpy to external linkage
Peter Eisentraut
2011-08-18
Hide unused variable warnings under Python 3
Peter Eisentraut
2011-08-17
Fix two issues in plpython's handling of composite results.
Tom Lane
2011-08-17
Properly handle empty arrays returned from plperl functions.
Andrew Dunstan
2011-08-17
Translation updates
Peter Eisentraut
2011-08-17
Teach pg_controldata and pg_resetxlog about the new backupEndRequired field
Heikki Linnakangas
2011-08-17
Fix comment about which version had BACKUP METHOD line in backup_lable, again.
Heikki Linnakangas
2011-08-17
Move \r out of translatable strings
Peter Eisentraut
2011-08-16
Revise sinval code to remove no-longer-used tuple TID from inval messages.
Tom Lane
2011-08-16
Forget about targeting catalog cache invalidations by tuple TID.
Tom Lane
2011-08-16
Fix incorrect order of operations during sinval reset processing.
Tom Lane
2011-08-16
Preserve toast value OIDs in toast-swap-by-content for CLUSTER/VACUUM FULL.
Tom Lane
2011-08-16
Fix race condition in relcache init file invalidation.
Tom Lane
2011-08-16
Adjust total size in pg_basebackup progress report when reality changes
Magnus Hagander
2011-08-16
Fix bogus comment that claimed that the new BACKUP METHOD line in
Heikki Linnakangas
2011-08-16
Make pg_basebackup progress report translatable
Peter Eisentraut
2011-08-16
Use less cryptic variable names
Peter Eisentraut
2011-08-15
Adjust regression tests for error message change
Peter Eisentraut
2011-08-15
Add "Reason code" prefix to internal SSI error messages
Peter Eisentraut
2011-08-14
Fix unsafe order of operations in foreign-table DDL commands.
Tom Lane
2011-08-13
Fix incorrect timeout handling during initial authentication transaction.
Tom Lane
2011-08-13
Make USECS_PER_* timestamp macros visible even when we are not using
Bruce Momjian
2011-08-11
Teach unix_latch.c to use poll() where available.
Tom Lane
2011-08-11
Display both per-table and per-column FDW options in psql's \d output.
Robert Haas
[next]