summaryrefslogtreecommitdiff
path: root/src/include
AgeCommit message (Expand)Author
2010-08-01Fix ANALYZE's ancient deficiency of not trying to collect stats for expressionTom Lane
2010-08-01Fix an additional set of problems in GIN's handling of lossy page pointers.Tom Lane
2010-08-01Rewrite the rbtree routines so that an RBNode is the first field of theTom Lane
2010-07-31Rewrite the key-combination logic in GIN's keyGetItem() and scanGetItem()Tom Lane
2010-07-30Make details of the Numeric representation private to numeric.c.Robert Haas
2010-07-29Improved version of patch to protect pg_get_expr() against misuse:Tom Lane
2010-07-29Rename asyncCommitLSN to asyncXactLSN to reflect changed role in 9.0.Simon Riggs
2010-07-29Clean up some inconsistencies in the volatility marking of various I/OTom Lane
2010-07-29Add explicit regression tests for ALTER TABLE lock levels.Simon Riggs
2010-07-28Reduce lock levels of CREATE TRIGGER and some ALTER TABLE, CREATE RULE actions.Simon Riggs
2010-07-28Fix potential failure when hashing the output of a subplan that producesTom Lane
2010-07-25CREATE TABLE IF NOT EXISTS.Robert Haas
2010-07-22Add options to force quoting of all identifiers.Robert Haas
2010-07-22Centralize DML permissions-checking logic.Robert Haas
2010-07-20Add restart_after_crash GUC.Robert Haas
2010-07-16Add a log_file_mode GUC that allows control of the file permissions set onTom Lane
2010-07-16Add support for dividing money by money (yielding a float8 result) and forTom Lane
2010-07-13Teach EXPLAIN to print PARAM_EXEC Params as the referenced expressions,Tom Lane
2010-07-12Make NestLoop plan nodes pass outer-relation variables into their innerTom Lane
2010-07-09Add a hook in ExecCheckRTPerms().Robert Haas
2010-07-09Stamp HEAD as 9.1devel.Tom Lane
2010-07-09tag beta3REL9_0_BETA3Marc G. Fournier
2010-07-06pgindent run for 9.0, second runBruce Momjian
2010-07-05The previous fix in CVS HEAD and 8.4 for handling the case where a cursorHeikki Linnakangas
2010-07-03Replace max_standby_delay with two parameters, max_standby_archive_delay andTom Lane
2010-07-03Allow REASSIGNED OWNED to handle opclasses and opfamilies.Robert Haas
2010-06-29Use different function names for plpython3 handlers, to avoid clashes inPeter Eisentraut
2010-06-17Clean up some randomness associated with trace_recovery_messages: don'tTom Lane
2010-06-17Don't allow walsender to send WAL data until it's been safely fsync'd on theTom Lane
2010-06-17Remove prototype of GetOldestWALSendPointer(), that is marked as NOT_USED.Itagaki Takahiro
2010-06-15Add new GUC categories corresponding to sections in docs, and moveItagaki Takahiro
2010-06-13Fix ALTER LARGE OBJECT and GRANT ... ON LARGE OBJECT for large OIDs.Robert Haas
2010-06-10Make TriggerFile variable static. It's not used outside xlog.c.Heikki Linnakangas
2010-06-04tag 9.0beta2REL9_0_BETA2Marc G. Fournier
2010-06-03Add current WAL end (as seen by walsender, ie, GetWriteRecPtr() result)Tom Lane
2010-06-03Add comments about definitions that may affect PG_CONTROL_VERSION,Alvaro Herrera
2010-06-03Bump PG_CONTROL_VERSION to account for the incompatible change committed earl...Tom Lane
2010-06-03On clean shutdown during recovery, don't warn about possible corruption.Robert Haas
2010-05-28PGDLLEXPORT is __declspec (dllexport) only on MSVC,Itagaki Takahiro
2010-05-27Fix the volatility marking of textanycat() and anytextcat(): they were markedTom Lane
2010-05-27Mark PG_MODULE_MAGIC and PG_FUNCTION_INFO_V1 with PGDLLEXPORTItagaki Takahiro
2010-05-26HS Defer buffer pin deadlock check until deadlock_timeout has expired.Simon Riggs
2010-05-25Replace self written 'long long int' configure test by standard 'AC_TYPE_LONG...Michael Meskes
2010-05-25Added a configure test for "long long" datatypes. So far this is only used in...Michael Meskes
2010-05-15Rename PM_RECOVERY_CONSISTENT and PMSIGNAL_RECOVERY_CONSISTENT.Robert Haas
2010-05-15Spell __NetBSD__ the same way everywhere. Per Giles Lean.Tom Lane
2010-05-15Use __bsdi__ consistently.Bruce Momjian
2010-05-13Fix up lame idea of not using autoconf to determine if platform has scandir().Tom Lane
2010-05-13Cleanup initialization of Hot Standby. Clarify working with reanalysisSimon Riggs
2010-05-11Change typedef for rb_appendator to avoid conflict with C++ reserved words.Robert Haas