summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2011-06-26Make _ be automatically included in GETTEXT_TRIGGERSPeter Eisentraut
2011-06-26Replace := by = in nls.mk filesPeter Eisentraut
2011-06-23Add information schema views role_udt_grants, udt_privileges, user_defined_typesPeter Eisentraut
2011-06-23Undo overly enthusiastic de-const-ification.Tom Lane
2011-06-22Add missing -I switch for VPATH builds.Tom Lane
2011-06-22Fix symlink for errcodes.h so it works in VPATH builds from tarballs.Tom Lane
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 smallserial pseudotype.Robert Haas
2011-06-22Make deadlock_timeout PGC_SUSET rather than PGC_SIGHUP.Robert Haas
2011-06-22Add notion of a "transform function" that can simplify function calls.Robert Haas
2011-06-21Minor editing for README-SSI.Tom Lane
2011-06-21Message style and spelling improvementsPeter Eisentraut
2011-06-21Fix bug in PreCommit_CheckForSerializationFailure. A transaction that hasHeikki Linnakangas
2011-06-21Fix bug introduced by recent SSI patch to merge ROLLED_BACK andHeikki Linnakangas
2011-06-20Fix thinko in previous patch for optimizing EXISTS-within-EXISTS.Tom Lane
2011-06-20Remove extra copying of TupleDescs for heap_create_with_catalogAlvaro Herrera
2011-06-20Fixed string in German translation that causes segfault.Michael Meskes
2011-06-19Fix thinko in previous patch to always update pg_class.reltuples/relpages.Tom Lane
2011-06-18Capitalization fixesPeter Eisentraut
2011-06-18Make external_pid_file world readablePeter Eisentraut
2011-06-17Add overflow checks to int4 and int8 versions of generate_series().Robert Haas
2011-06-17Fix crash in CREATE UNLOGGED TABLE.Robert Haas
2011-06-17Fix minor thinko in ProcGlobalShmemSize().Robert Haas
2011-06-16Index tuple data arrays using Anum_xxx symbolic constants instead of "i++".Tom Lane
2011-06-16Avoid compiler warnings due to possibly unused variablesPeter Eisentraut
2011-06-16Update README-SSI. Add a section to describe the "dangerous structure" thatHeikki Linnakangas
2011-06-16Fix typoAlvaro Herrera
2011-06-16Remove another no-longer-needed inclusion of predicate.h.Tom Lane
2011-06-16pgindent run of recent SSI changes. Also, remove an unnecessary #include.Heikki Linnakangas
2011-06-16Respect Hot Standby controls while recycling btree index pages.Simon Riggs
2011-06-16Use single quotes in preference to double quotes for protecting pathnames.Tom Lane
2011-06-15Rework parsing of ConstraintAttributeSpec to improve NOT VALID handling.Tom Lane
2011-06-15Fix failure to account for memory used by tuplestore_putvalues().Tom Lane
2011-06-15The rolled-back flag on serializable xacts was pointless and redundant withHeikki Linnakangas
2011-06-15Make non-MVCC snapshots exempt from predicate locking. Scans with non-MVCCHeikki Linnakangas
2011-06-14Remove unused variablePeter Eisentraut
2011-06-14Add comment that attributes.is_nullable was removed from SQL standardPeter Eisentraut
2011-06-14Oops, forgot to change the order of entries in 2PC callback arrays when IHeikki Linnakangas
2011-06-13Fix aboriginal copy-paste mistake in error messageAlvaro Herrera
2011-06-12Remove now-unnecessary casts.Heikki Linnakangas
2011-06-12Code cleanup for InitProcGlobal.Robert Haas
2011-06-11Add C comment mentioning pg_stat_activity.procpid should have beenBruce Momjian
2011-06-10Work around gcc 4.6.0 bug that breaks WAL replay.Tom Lane
2011-06-10Fix locking while setting flags in MySerializableXact.Heikki Linnakangas
2011-06-10Use "transient" files for blind writes, take 2Alvaro Herrera
2011-06-10Use a constant sprintf format to silence compiler warningAlvaro Herrera
2011-06-10Small comment fixes and enhancements.Heikki Linnakangas
2011-06-09Revert "Use "transient" files for blind writes"Alvaro Herrera
2011-06-09Use "transient" files for blind writesAlvaro Herrera