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