index
:
postgresql-pgindent.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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
master-pgindent
Auto-updated pgindent branches
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
Age
Commit message (
Expand
)
Author
2010-06-13
Fix ALTER LARGE OBJECT and GRANT ... ON LARGE OBJECT for large OIDs.
Robert Haas
2010-06-10
Make TriggerFile variable static. It's not used outside xlog.c.
Heikki Linnakangas
2010-06-04
tag 9.0beta2
REL9_0_BETA2
Marc G. Fournier
2010-06-03
Add current WAL end (as seen by walsender, ie, GetWriteRecPtr() result)
Tom Lane
2010-06-03
Add comments about definitions that may affect PG_CONTROL_VERSION,
Alvaro Herrera
2010-06-03
Bump PG_CONTROL_VERSION to account for the incompatible change committed earl...
Tom Lane
2010-06-03
On clean shutdown during recovery, don't warn about possible corruption.
Robert Haas
2010-05-28
PGDLLEXPORT is __declspec (dllexport) only on MSVC,
Itagaki Takahiro
2010-05-27
Fix the volatility marking of textanycat() and anytextcat(): they were marked
Tom Lane
2010-05-27
Mark PG_MODULE_MAGIC and PG_FUNCTION_INFO_V1 with PGDLLEXPORT
Itagaki Takahiro
2010-05-26
HS Defer buffer pin deadlock check until deadlock_timeout has expired.
Simon Riggs
2010-05-25
Replace self written 'long long int' configure test by standard 'AC_TYPE_LONG...
Michael Meskes
2010-05-25
Added a configure test for "long long" datatypes. So far this is only used in...
Michael Meskes
2010-05-15
Rename PM_RECOVERY_CONSISTENT and PMSIGNAL_RECOVERY_CONSISTENT.
Robert Haas
2010-05-15
Spell __NetBSD__ the same way everywhere. Per Giles Lean.
Tom Lane
2010-05-15
Use __bsdi__ consistently.
Bruce Momjian
2010-05-13
Fix up lame idea of not using autoconf to determine if platform has scandir().
Tom Lane
2010-05-13
Cleanup initialization of Hot Standby. Clarify working with reanalysis
Simon Riggs
2010-05-11
Change typedef for rb_appendator to avoid conflict with C++ reserved words.
Robert Haas
2010-04-30
tag for 9.0beta1
REL9_0_BETA1
Marc G. Fournier
2010-04-29
Rename the parameter recovery_connections to hot_standby, to reduce possible
Tom Lane
2010-04-28
Introduce wal_level GUC to explicitly control if information needed for
Heikki Linnakangas
2010-04-26
Reorder pg_stat_activity columns to be more consistent, using layout
Bruce Momjian
2010-04-24
Patch revoked because of objections.
Simon Riggs
2010-04-23
Fix various instances of "the the".
Robert Haas
2010-04-23
Add missing optimizer hooks for function cost and number of rows.
Simon Riggs
2010-04-23
Previous patch revoked following objections.
Simon Riggs
2010-04-23
Make CheckRequiredParameterValues() depend upon correct combination
Simon Riggs
2010-04-21
Fix oversight in collecting values for cleanup_info records.
Simon Riggs
2010-04-20
Arrange for client authentication to occur before we select a specific
Tom Lane
2010-04-20
Rename standby_keep_segments to wal_keep_segments.
Robert Haas
2010-04-19
Add new message for explicit rejection by pg_hba.conf. Implicit
Simon Riggs
2010-04-19
Add an 'enable_material' GUC.
Robert Haas
2010-04-18
Remove some additional changes in previous commit that belong elsewhere.
Simon Riggs
2010-04-18
Tune GetSnapshotData() during Hot Standby by avoiding loop
Simon Riggs
2010-04-13
Allow Hot Standby to begin from a shutdown checkpoint.
Heikki Linnakangas
2010-04-12
Update the location of last removed WAL segment in shared memory only
Heikki Linnakangas
2010-04-12
Change the logic to decide when to delete old WAL segments, so that it
Heikki Linnakangas
2010-04-05
Fix updateAclDependencies() to not assume that ACL role dependencies can only
Tom Lane
2010-04-02
Update a number of broken links in comments.
Magnus Hagander
2010-04-01
Refer to max_wal_senders in a more consistent fashion.
Robert Haas
2010-03-30
Fix "constraint_exclusion = partition" logic so that it will also attempt
Tom Lane
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-25
Prevent ALTER USER f RESET ALL from removing the settings that were put there
Alvaro Herrera
2010-03-20
Further corrections of mismatching struct and btree SizeOf macros.
Simon Riggs
2010-03-19
Fix oversight in btpo.xact patch; it was in fact installing garbage
Tom Lane
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
2010-03-19
Reset btpo.xact following recovery of btree delete page. Add btpo_xact
Simon Riggs
[next]