summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2011-06-26Replace := by = in nls.mk filesPeter Eisentraut
2011-06-26Remove some cruft from 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-22Update alternative expected file for recent sequence test changes.Tom Lane
2011-06-22Revert "Don't select log_cnt in sequence regression tests."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-22Don't select log_cnt in sequence regression tests.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 some regression tests for serial pseudotypes.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-21Adjust the alternative expected output file for prepared_xacts test case,Heikki Linnakangas
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-19Add REL9_1_STABLE to the set of branches tracked by git_changelog.Tom Lane
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-18Remove redundant lib*dll.def rules from .gitignoreMagnus Hagander
2011-06-17Set FLEXIBLE_ARRAY_MEMBER to empty for MSVC.Andrew Dunstan
2011-06-17Obtain table locks as soon as practical during pg_dump.Tom Lane
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-17Define FLEXIBLE_ARRAY_MEMBER for MSVC.Andrew Dunstan
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-16Start using flexible array membersPeter 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-15Fix oversights in pg_basebackup's -z (compression) option.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-14Allow psql \d tab completion to complete all relation kindsPeter Eisentraut
2011-06-14Fix assorted issues with build and install paths containing spaces.Tom Lane