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
2010-04-02
Update a number of broken links in comments.
Magnus Hagander
2010-04-02
Move system startup message prior to any calls out of data directory.
Simon Riggs
2010-04-02
FATAL errors are meant to stop ecpg immediately, e.g. because the syntax is
Michael Meskes
2010-04-01
Don't pass an invalid file handle to dup2(). That causes a crash on
Heikki Linnakangas
2010-04-01
Use a file of patterns of filenames to exclude from pgindent runs, instead if...
Andrew Dunstan
2010-04-01
Zoltan beautified his hidden-variable-patch for ecpg. This also makes sure we...
Michael Meskes
2010-04-01
Applied Zoltan's patch to make ecpg spit out warnings if a local variable hid...
Michael Meskes
2010-04-01
Refer to max_wal_senders in a more consistent fashion.
Robert Haas
2010-03-31
Change recovery.conf.sample to match postgresql.conf by showing only
Bruce Momjian
2010-03-31
Give a more precise error message if a variable is re-used as cursor name in ...
Michael Meskes
2010-03-30
Fix "constraint_exclusion = partition" logic so that it will also attempt
Tom Lane
2010-03-30
Change the retry-loop in standby mode to also try restoring files from
Heikki Linnakangas
2010-03-30
Message tuning
Peter Eisentraut
2010-03-30
Properly initialize local varaible in
Bruce Momjian
2010-03-30
Add comma missing from postgresql.conf comment.
Bruce Momjian
2010-03-29
Edit recovery.conf.sample so it matches docs. Change standby_mode
Simon Riggs
2010-03-28
Rework join-removal logic as per recent discussion. In particular this
Tom Lane
2010-03-28
Derive latestRemovedXid for btree deletes by reading heap pages. The
Simon Riggs
2010-03-26
Flush CopyOutResponse when starting streaming in walsender, so that it's
Heikki Linnakangas
2010-03-25
Modify some new and pre-existing messages for translatability.
Simon Riggs
2010-03-25
Prevent ALTER USER f RESET ALL from removing the settings that were put there
Alvaro Herrera
2010-03-24
Additional thoughts on WALSender cpu reduction. Use long type
Simon Riggs
2010-03-24
Change replication connection log format to allow for a database
Simon Riggs
2010-03-24
Reduce CPU utilisation of WALSender process. Process was using 10% CPU
Simon Riggs
2010-03-24
Fix thinko in log message for "sameuser" ident map mismatch: the provided
Tom Lane
2010-03-24
Now that we know last_statrequest > last_statwrite can be observed in the
Tom Lane
2010-03-24
Mark "installcheck-parallel", "world", "install-world" and "installcheck-wor...
Andrew Dunstan
2010-03-24
Update description of walrcv_receive() function to match reality.
Heikki Linnakangas
2010-03-24
Document in postgresql.conf that the max_standby_delay default is 30
Bruce Momjian
2010-03-23
Remove useless double assignment
Peter Eisentraut
2010-03-22
Fix regression test breakage from recent change in default name of exclusion-...
Tom Lane
2010-03-22
Shorten suffix of automatically created indexes to "_excl" when using
Simon Riggs
2010-03-22
Fix an oversight in join-removal optimization: we have to check not only for
Tom Lane
2010-03-22
Fixed ECPG regression test to make sure it uses absolute paths for include
Michael Meskes
2010-03-21
Adding special command line option that is now needed for the one ecpg regres...
Michael Meskes
2010-03-21
ECPG's parser now accepts and handles variables as arguments for the FREE com...
Michael Meskes
2010-03-21
Adjusted regression test results to the change I made in debug output for ecp...
Michael Meskes
2010-03-21
Correctly name functions in debug output in ecpglib. When the functions were
Michael Meskes
2010-03-21
ECPG only copied #include statements instead of processing them according to
Michael Meskes
2010-03-21
Message tuning
Peter Eisentraut
2010-03-20
Fixed ecpg parser to allow more than one C preprocessor command inside a decl...
Michael Meskes
2010-03-20
Further corrections of mismatching struct and btree SizeOf macros.
Simon Riggs
2010-03-20
Clear error_context_stack and debug_query_string at the beginning of proc_exit,
Tom Lane
2010-03-20
Forbid renaming columns of objects whose column names are system-generated.
Robert Haas
2010-03-19
Modify error context callback functions to not assume that they can fetch
Tom Lane
2010-03-19
Fix oversight in btpo.xact patch; it was in fact installing garbage
Tom Lane
2010-03-19
Add connection messages for streaming replication. log_connections
Simon Riggs
2010-03-19
Minor tweaks on libpqrcv_connect(): ensure conninfo_repl[] is
Simon Riggs
2010-03-19
Update XLOG_PAGE_MAGIC to recognise WAL format changes.
Simon Riggs
2010-03-19
Adjust comment in .history file to match recovery target specified. Comment
Simon Riggs
[next]