summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2011-08-09Change the way string relopts are allocated.Heikki Linnakangas
2011-08-09Fix nested PlaceHolderVar expressions that appear only in targetlists.Tom Lane
2011-08-08Correct the lie in pg_config.h.win32 about having inttypes.h.Andrew Dunstan
2011-08-06Clean up ill-advised attempt to invent a private set of Node tags.Tom Lane
2011-08-05Allow per-column foreign data wrapper options.Robert Haas
2011-08-04Create VXID locks "lazily" in the main lock table.Robert Haas
2011-08-03Make pgbench use erand48() rather than random().Robert Haas
2011-08-02Move CheckRecoveryConflictDeadlock() call to a safer place.Tom Lane
2011-08-02Fix incorrect initialization of ProcGlobal->startupBufferPinWaitBufId.Tom Lane
2011-07-23Rethink behavior of CREATE OR REPLACE during CREATE EXTENSION.Tom Lane
2011-07-20Support SECURITY LABEL on databases, tablespaces, and roles.Robert Haas
2011-07-20Rewrite libxml error handling to be more robust.Tom Lane
2011-07-19Introduce sending servers as new category for replication paramsSimon Riggs
2011-07-19Cascading replication feature for streaming log-based replication.Simon Riggs
2011-07-18Avoid index rebuild for no-rewrite ALTER TABLE .. ALTER TYPE.Robert Haas
2011-07-18Create a "fast path" for acquiring weak relation locks.Robert Haas
2011-07-18Add pg_opfamily_is_visible.Robert Haas
2011-07-17Add temp_file_limit GUC parameter to constrain temporary file space usage.Tom Lane
2011-07-16Add an errdetail_internal() ereport auxiliary routine.Tom Lane
2011-07-15Change the way the offset of downlink is stored in GISTInsertStack.Heikki Linnakangas
2011-07-12Avoid listing ungrouped Vars in the targetlist of Agg-underneath-Window.Tom Lane
2011-07-09Try to acquire relation locks in RangeVarGetRelid.Robert Haas
2011-07-08Fix another oversight in logging of changes in postgresql.conf settings.Tom Lane
2011-07-08Introduce a pipe between postmaster and each backend, which can be used toHeikki Linnakangas
2011-07-07SSI has a race condition, where the order of commit sequence numbers ofHeikki Linnakangas
2011-07-07Reclassify replication-related GUC variables as "master" and "standby".Tom Lane
2011-07-06Remove assumptions that not-equals operators cannot be in any opclass.Tom Lane
2011-07-06Add \ir command to psql.Robert Haas
2011-07-04Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.hAlvaro Herrera
2011-07-04Remove missed reference to SilentMode.Tom Lane
2011-07-03Fix bugs in relpersistence handling during table creation.Robert Haas
2011-07-03Mark pg_stat_reset_shared as strictMagnus Hagander
2011-06-30Enable CHECK constraints to be declared NOT VALIDAlvaro Herrera
2011-06-29Move the PredicateLockRelation() call from nodeSeqscan.c to heapam.c. It'sHeikki Linnakangas
2011-06-28Introduce compact WAL record for the common case of commit (non-DDL).Simon Riggs
2011-06-28Remove rel.h from objectaddress.h; only relcache.h is necessary.Alvaro Herrera
2011-06-28Modernise pg_hba.conf token processingAlvaro Herrera
2011-06-28Add a missing_ok argument to get_object_address().Robert Haas
2011-06-27Allow callers to pass a missing_ok flag when opening a relation.Robert Haas
2011-06-27Try again to make the visibility map crash safe.Robert Haas
2011-06-27Avoid having two copies of the HOT-chain search logic.Robert Haas
2011-06-22Remove pointless const qualifiers from function arguments in the SSI code.Heikki Linnakangas
2011-06-22Make the visibility map crash-safe.Robert Haas
2011-06-22Add notion of a "transform function" that can simplify function calls.Robert Haas
2011-06-21Fix bug introduced by recent SSI patch to merge ROLLED_BACK andHeikki Linnakangas
2011-06-17Set FLEXIBLE_ARRAY_MEMBER to empty for MSVC.Andrew Dunstan
2011-06-17Define FLEXIBLE_ARRAY_MEMBER for MSVC.Andrew Dunstan
2011-06-16Start using flexible array membersPeter Eisentraut
2011-06-16pgindent run of recent SSI changes. Also, remove an unnecessary #include.Heikki Linnakangas
2011-06-15Rework parsing of ConstraintAttributeSpec to improve NOT VALID handling.Tom Lane