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
/
include
Age
Commit message (
Expand
)
Author
2011-04-05
Add casts from int4 and int8 to numeric.
Robert Haas
2011-04-04
Avoid assuming there will be only 3 states for synchronous_commit.
Simon Riggs
2011-04-04
Merge synchronous_replication setting into synchronous_commit.
Robert Haas
2011-04-04
Rearrange "add column" logic to merge columns at exec time.
Robert Haas
2011-04-03
Avoid possible hang during smart shutdown.
Robert Haas
2011-04-01
Support comments on FOREIGN DATA WRAPPER and SERVER objects.
Robert Haas
2011-03-31
Increase SHMEM_INDEX_SIZE from 32 to 64. We're currently at 40 entries in
Heikki Linnakangas
2011-03-30
Automatically terminate replication connections that are idle for more
Heikki Linnakangas
2011-03-28
Add maintainer-check target
Peter Eisentraut
2011-03-28
Make duplicate_oids return nonzero exit status if duplicates were found
Peter Eisentraut
2011-03-28
Prevent a rowtype from being included in itself.
Tom Lane
2011-03-26
Clean up cruft around collation initialization for tupdescs and scankeys.
Tom Lane
2011-03-26
More collations cleanup, from trawling for missed collation assignments.
Tom Lane
2011-03-26
Clean up a few failures to set collation fields in expression nodes.
Tom Lane
2011-03-26
Pass collation to makeConst() instead of looking it up internally.
Tom Lane
2011-03-25
Fix handling of collation in SQL-language functions.
Tom Lane
2011-03-22
Make FKs valid at creation when added as column constraints.
Simon Riggs
2011-03-22
Reimplement planner's handling of MIN/MAX aggregate optimization (again).
Tom Lane
2011-03-20
Fix up handling of C/POSIX collations.
Tom Lane
2011-03-20
Revise collation derivation method and expression-tree representation.
Tom Lane
2011-03-19
Rename ident authentication over local connections to peer
Magnus Hagander
2011-03-17
Fix various possible problems with synchronous replication.
Robert Haas
2011-03-15
Add database comments to template0 and postgres databases, and improve
Bruce Momjian
2011-03-15
Remove 13 keywords that are used only for ROLE options.
Robert Haas
2011-03-14
Remove duplicate time-based macros recently added.
Bruce Momjian
2011-03-12
Make all comparisons done for/with statistics use the default collation.
Tom Lane
2011-03-12
Use macros for time-based constants, rather than constants.
Bruce Momjian
2011-03-11
Split CollateClause into separate raw and analyzed node types.
Tom Lane
2011-03-11
Create an explicit concept of collations that work for any encoding.
Tom Lane
2011-03-11
Update C comment about O_DIRECT and fsync().
Bruce Momjian
2011-03-10
Revert addition of third argument to format_type().
Tom Lane
2011-03-10
More synchronous replication typo fixes.
Robert Haas
2011-03-10
More synchronous replication tweaks.
Robert Haas
2011-03-10
Remove obsolete comment.
Robert Haas
2011-03-10
Minor sync rep corrections.
Robert Haas
2011-03-10
Cleanup copyright years and file names in the header comments of some files.
Itagaki Takahiro
2011-03-10
Remove collation information from TypeName, where it does not belong.
Tom Lane
2011-03-09
Adjust the permissions required for COMMENT ON ROLE.
Tom Lane
2011-03-08
Truncate predicate lock manager's SLRU lazily at checkpoint. That's safer
Heikki Linnakangas
2011-03-06
Catversion increment for pg_stat_replication changes for syncrep
Simon Riggs
2011-03-06
Add new files for syncrep missed in previous commit
Simon Riggs
2011-03-06
Efficient transaction-controlled synchronous replication.
Simon Riggs
2011-03-05
Make plpythonu language use plpython2 shared library directly.
Tom Lane
2011-03-05
Create extension infrastructure for the core procedural languages.
Tom Lane
2011-03-04
Don't allow CREATE TABLE AS to create a column with invalid collation
Peter Eisentraut
2011-03-04
Allow non-superusers to create (some) extensions.
Tom Lane
2011-03-03
Further refine patch for commenting operator implementation functions.
Tom Lane
2011-03-03
Run a portal's cleanup hook immediately when pushing it to DONE state.
Tom Lane
2011-03-03
Mark operator implementation functions as such in their comments.
Tom Lane
2011-03-01
Change pg_last_xlog_receive_location() not to move backwards. That makes
Heikki Linnakangas
[next]