summaryrefslogtreecommitdiff
path: root/src/bin
AgeCommit message (Expand)Author
2010-02-05Modify recently added PQconnectdbParams() with new argument, expand_dbname.Joe Conway
2010-01-30Fix memory leakage introduced into print_aligned_text by 8.4 changesTom Lane
2010-01-29Allow psql variables to be interpolated with literal or identifier escaping.Robert Haas
2010-01-28Type table featurePeter Eisentraut
2010-01-28Introduce two new libpq connection functions, PQconnectdbParams andJoe Conway
2010-01-26Un-break initdb logic for commenting out IPv6 pg_hba.conf line.Tom Lane
2010-01-26Reformat the comments in pg_hba.conf and pg_ident.confPeter Eisentraut
2010-01-25Add note that PREPARE TRANSACTION is for transaction managers, notHeikki Linnakangas
2010-01-22Replace ALTER TABLE ... SET STATISTICS DISTINCT with a more general mechanism.Robert Haas
2010-01-21Adjust psql to use pg_get_triggerdef(pretty=true) to remove extra ()'sItagaki Takahiro
2010-01-19When doing a parallel restore, we must guard against out-of-range dependencyTom Lane
2010-01-17Improve the handling of SET CONSTRAINTS commands by having them searchTom Lane
2010-01-07Use -Z for vacuumdb --analyze-only, rather than -o.Bruce Momjian
2010-01-07Rename new vacuumdb option to --analyze-only from --only-analyze.Bruce Momjian
2010-01-07Remove all the special-case code for INT64_IS_BUSTED, per decision thatTom Lane
2010-01-06PG_MAJORVERSION:Bruce Momjian
2010-01-06Corrected CVS entry:Bruce Momjian
2010-01-06Support rewritten-based full vacuum as VACUUM FULL. TraditionalItagaki Takahiro
2010-01-06binary upgrade:Bruce Momjian
2010-01-06Remove erroneous comma added to pg_dumpall tablespace query when runningBruce Momjian
2010-01-06Preserve relfilenodes:Bruce Momjian
2010-01-06pg_dump --only-analyzeBruce Momjian
2010-01-05Support ALTER TABLESPACE name SET/RESET ( tablespace_options ).Robert Haas
2010-01-04Write an end-of-backup WAL record at pg_stop_backup(), and wait for it atHeikki Linnakangas
2010-01-02Add missing schema-qualification in tab completion query.Tom Lane
2010-01-02Update copyright for the year 2010.Bruce Momjian
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-24Binary upgrade:Bruce Momjian
2009-12-23Rename pg_dump.c TypeInfo variable tinfo to tyinfo, for clarity.Bruce Momjian
2009-12-22In CREATE SEQUENCE dump, put MINVALUE before MAXVALUE so it reads better.Peter Eisentraut
2009-12-19Translation updatesPeter Eisentraut
2009-12-19Add a whitespace to fix the query to dump large objects.Itagaki Takahiro
2009-12-19Allow read only connections during recovery, known as Hot Standby.Simon Riggs
2009-12-18Install server-side language PL/pgSQL by default.Bruce Momjian
2009-12-18Force the TZ environment variable to be set during initdb. This is toTom Lane
2009-12-15Fix pg_ctl initdb without options.Itagaki Takahiro
2009-12-14Additional fixes for large object access control.Itagaki Takahiro
2009-12-11Add large object access control.Itagaki Takahiro
2009-12-10Add init[db] option to pg_ctlPeter Eisentraut
2009-12-07Add exclusion constraints, which generalize the concept of uniqueness toTom Lane
2009-12-01psql -f -Bruce Momjian
2009-11-25Simplify psql's new linestyle behavior to default to linestyle=ascii allTom Lane
2009-11-22Improve psql's tabular display of wrapped-around data by inserting markersTom Lane
2009-11-21Ignore UTF-8-encoded Unicode byte-order mark at the beginning of a file ifPeter Eisentraut
2009-11-20Add a WHEN clause to CREATE TRIGGER, allowing a boolean expression to beTom Lane
2009-11-19Typo: dump -> restorePeter Eisentraut
2009-11-14Add inheritable ACE when creating a restricted token for execution onMagnus Hagander
2009-11-12Make initdb behave sanely when the selected locale has codeset "US-ASCII".Tom Lane
2009-11-12Remove plpgsql's separate lexer (finally!), in favor of using the core lexerTom Lane