summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
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-28Implement the collation columns of various information schema viewsPeter Eisentraut
2011-06-28Add composite-type attributes to information_schema.element_types viewPeter Eisentraut
2011-06-28Add a missing_ok argument to get_object_address().Robert Haas
2011-06-27Reduce impact of btree page reuse on Hot Standby by fixing off-by-1 error.Simon Riggs
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-26Add the possibility to pass --flag arguments to xgettext callsPeter Eisentraut
2011-06-26Refactor common gettext triggersPeter Eisentraut
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