summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-12-31Suppress compiler warning, per buildfarm member narwhalTom Lane
2009-12-31Suppress compiler warning (pid_t isn't int everywhere)Tom Lane
2009-12-31Add missing 'static' tag.Tom Lane
2009-12-31Redefine Datum as uintptr_t, instead of unsigned long.Tom Lane
2009-12-31Update SQL features list for aggregate ORDER BY supportPeter Eisentraut
2009-12-31Add information_schema.triggered_update_columnsPeter Eisentraut
2009-12-31enable examples to compile on Windows. patch from Hiroshi Saito.Andrew Dunstan
2009-12-30Fill in information schema column for trigger WHEN conditionPeter Eisentraut
2009-12-30Dept of second thoughts: recursive case in ANALYZE shouldn't emit aTom Lane
2009-12-30Revise pgstat's tracking of tuple changes to improve the reliability ofTom Lane
2009-12-30Update SQL conformance: search conditions on triggers are supportedPeter Eisentraut
2009-12-30Revert makefile refactoring (version 1.123) because it doesn't workPeter Eisentraut
2009-12-30Exclude part of the product name string that is localized in Japanese versionsMagnus Hagander
2009-12-30Reset minRecoveryPoint at checkpoints, so that we don't uselessly updateHeikki Linnakangas
2009-12-30Set errno to zero before invoking SSL_read or SSL_write. It appears thatTom Lane
2009-12-30Reject invalid input in int2vectorin.Robert Haas
2009-12-29Add an index on pg_inherits.inhparent, and use it to avoid seqscans inTom Lane
2009-12-29Add the ability to store inheritance-tree statistics in pg_statistic,Tom Lane
2009-12-29Previous fix for temporary file management broke returning a set fromHeikki Linnakangas
2009-12-28Small wording improvement and clarification in PL/pgSQL trigger documentationPeter Eisentraut
2009-12-28Remove PGDLLIMPORT used for binary upgrade; must be on the externs, per Tom.Bruce Momjian
2009-12-28Add PGDLLIMPORT for binary_upgrade global variables so shared objectBruce Momjian
2009-12-28Remove non-ascii characters from source code.Bruce Momjian
2009-12-27Avoid memory leak if pgstat_vacuum_stat is interrupted partway through.Tom Lane
2009-12-27Remove a couple of unnecessary calls of CreateCacheMemoryContext. TheseTom Lane
2009-12-27Remove now unreferenced variable.Magnus Hagander
2009-12-27If the MSVCRT module is not found in the current binary, proceed to updateMagnus Hagander
2009-12-27Add backend and pg_dump code to allow preservation of pg_enum oids, forBruce Momjian
2009-12-26Zero-label enums:Bruce Momjian
2009-12-25Fix brain fade in join-removal patch: a pushed-down clause in the outer join'sTom Lane
2009-12-25Add missing <indexterm><primary>...</primary>...</indexterm> tags for a coupleRobert Haas
2009-12-25Upgrade to latest ppport.h. Patch from Tim Bunce.Andrew Dunstan
2009-12-24Try to improve the clarity of the psql documentation for the \d family ofTom Lane
2009-12-24Rename EnumValuesCreate() single-letter variable names to usefulBruce Momjian
2009-12-24Binary upgrade:Bruce Momjian
2009-12-24Fix wrong WAL info value generated when gistContinueInsert() performs anTom Lane
2009-12-23Revert brainfart: Of course the wildcard only works in GNU make itself.Peter Eisentraut
2009-12-23Replace target list by a wildcard, so that this workaround makefilePeter Eisentraut
2009-12-23Allow the index name to be omitted in CREATE INDEX, causing the system toTom Lane
2009-12-23Remove code that attempted to rename index columns to keep them in sync withTom Lane
2009-12-23Add basic build support for Visual Studio 2008, without resorting toMagnus Hagander
2009-12-23Always pass catalog id to the options validator function specified inHeikki Linnakangas
2009-12-23Rename pg_dump.c TypeInfo variable tinfo to tyinfo, for clarity.Bruce Momjian
2009-12-23Adjust naming of indexes and their columns per recent discussion.Tom Lane
2009-12-22Disallow comments on columns of relation types other than tables, views,Tom Lane
2009-12-22In CREATE SEQUENCE dump, put MINVALUE before MAXVALUE so it reads better.Peter Eisentraut
2009-12-21More cleanups for the recent large object permissions patch.Robert Haas
2009-12-20There is no good reason for the CREATE TABLE LIKE INCLUDING COMMENTS code toTom Lane
2009-12-20Fix two small typos in Hot Standby docs.Robert Haas
2009-12-19Add documentation why reassigning PL/Python function parameters in thePeter Eisentraut