]> granicus.if.org Git - postgresql/history - src/bin
Assorted fixes for Cygwin:
[postgresql] / src / bin /
2002-09-04 Bruce Momjianpgindent run.
2002-09-03 Tom LaneArrange for the default permissions on a database to...
2002-09-03 Peter EisentrautRemove all traces of multibyte and locale options....
2002-09-03 Peter EisentrautWorkaround for format strings that are concatenated...
2002-09-02 Peter EisentrautTranslation updates
2002-09-02 Peter EisentrautFix typos.
2002-09-02 Peter EisentrautConvert control status codes to human-readable strings.
2002-09-02 Bruce MomjianTab completion in psql is missing the REINDEX command.
2002-09-02 Bruce MomjianI checked all the previous string handling errors and...
2002-09-02 Bruce MomjianAdd GUC variable to print original query to the server...
2002-09-02 Bruce MomjianRemove sys/types.h in files that include postgres.h...
2002-09-01 Bruce MomjianImprove footer length computation for psql.
2002-09-01 Bruce MomjianAdd log_duration to GUC/postgresql.conf.
2002-08-31 Tom LaneCode review for pg_locks feature. Make shmemoffset...
2002-08-30 Tom LaneAUTOCOMMIT mode is now an available backend GUC variabl...
2002-08-30 Bruce MomjianBack out unintented tab change.
2002-08-30 Bruce MomjianRemove pgaccess from Makefile.
2002-08-30 Bruce MomjianRemove pgaccess from CVS. It has its own home now.
2002-08-29 Peter EisentrautMake pg_resetxlog options parsing more standard and...
2002-08-29 Tom LaneCode review for standalone composite types, query-speci...
2002-08-28 Peter EisentrautUpdates from Dennis Bjorklund
2002-08-28 Peter EisentrautBreak up the long usage messages in pg_dump and pg_rest...
2002-08-28 Bruce Momjianbackend where a statically sized buffer is written...
2002-08-28 Peter EisentrautDump ALTER DATABASE/USER ... SET ...
2002-08-27 Tom LaneFix compile warning.
2002-08-27 Peter EisentrautFlush output streams before calling pg_dump subprocess.
2002-08-27 Bruce MomjianDisable use of -c and -a together in pg_dump; they...
2002-08-27 Peter EisentrautEnable locale, so case conversion (identifier processin...
2002-08-27 Peter EisentrautReimplement pg_dumpall in C. Currently no change in...
2002-08-27 Bruce MomjianAdd '+' mention in \? help. More clean of \? to do.
2002-08-27 Bruce MomjianThis patch updates the lock listing code to use Joe...
2002-08-27 Bruce MomjianI attach a little patch to make CLUSTER set and reset...
2002-08-24 Tom LaneThe cstring datatype can now be copied, passed around...
2002-08-22 Tom LaneFix bit rot in pg_dump's ability to dump from 7.2 and...
2002-08-22 Tom LaneFixed-size buffer in dumpClasses is not big enough...
2002-08-22 Tom LaneAdd a bunch of pseudo-types to replace the behavior...
2002-08-21 Peter EisentrautAdd --help and --version options. Message cleanup...
2002-08-21 Peter EisentrautMove PO files into subdirectories separate from the...
2002-08-20 Peter EisentrautEnable large file support.
2002-08-19 Tom LaneFix pg_dump to dump serial columns as serials. Per...
2002-08-18 Tom LaneFix small copy-and-pasteo.
2002-08-18 Peter EisentrautMake pg_dump output more portable and more pleasing...
2002-08-18 Tom LaneUse variable for format to suppress overly-anal-retenti...
2002-08-17 Bruce MomjianReverse out XLogDir/-X write-ahead log handling, per...
2002-08-17 Bruce Momjian[ Newest version of patch applied.]
2002-08-17 Tom LaneFix broken Makefiles.
2002-08-17 Bruce MomjianAdd files for pg_resetxlog.
2002-08-17 Bruce MomjianMove pg_controldata to /bin.
2002-08-16 Tom LaneModify pg_dump to dump foreign-key constraints as const...
2002-08-16 Tom LaneCode review for patch to dump primary and unique constr...
2002-08-16 Bruce MomjianMove pg_controldata from /contrib to src/bin.
2002-08-15 Bruce MomjianTom Lane wrote:
2002-08-15 Bruce MomjianAs discussed on several occasions previously, the new...
2002-08-15 Bruce MomjianThe second enables tab-complete to analyze. It ignores...
2002-08-14 Bruce MomjianI guess I'd vote for changing the code to be
2002-08-13 Bruce MomjianPut back old code.
2002-08-13 Bruce MomjianChange NAMEDATALEN to 64, INDEX_MAX_KEYS/MAX_FUNC_ARGS...
2002-08-10 Tom Lanepsql prints its version number in its startup message...
2002-08-10 Peter EisentrautMake sure all clients have the same understanding of...
2002-08-10 Tom LaneGet rid of double PQclear(res) in error path.
2002-08-10 Tom Lanepsql backslash commands are schema-aware. Pattern...
2002-08-09 Tom LaneColumn ordering in \d output should agree with sort...
2002-08-08 Tom LaneMake the standard system views schema-aware.
2002-08-06 Peter EisentrautUpdated translation from Dennis Bjorklund <db@zigo...
2002-08-04 Thomas G. LockhartImplement WAL log location control using "-X" or PGXLOG.
2002-08-04 Bruce MomjianThis trivial patch fixes a small memory leak in pg_dump.
2002-08-04 Bruce MomjianThis patch fixes a "multi-line string literal" warning...
2002-08-02 Tom LaneALTER TABLE DROP COLUMN works. Patch by Christopher...
2002-07-31 Tom LaneInstead of having a configure-time DEFAULT_ATTSTATTARGE...
2002-07-30 Tom LaneTeach pg_dump to dump user-defined operator classes...
2002-07-30 Bruce MomjianAdded support for schemas and quotes in tab-complete...
2002-07-29 Tom LaneImplement CREATE/DROP OPERATOR CLASS. Work still remai...
2002-07-27 Peter EisentrautAssemble portability modules into libpgport library.
2002-07-25 Peter EisentrautRemove extra comma.
2002-07-24 Peter EisentrautRemove unused system table columns:
2002-07-20 Bruce MomjianI can't remember who said they were working on schema...
2002-07-19 Bruce MomjianAnother "$@" cleanup with new syntax, ${1+"$@"}.
2002-07-19 Bruce MomjianFix "$@" to ${1:+"$@"} for older shells.
2002-07-18 Peter Eisentrautpg_cast table, and standards-compliant CREATE/DROP...
2002-07-18 Tom LaneImplement DROP SCHEMA. It lacks support for dropping...
2002-07-18 Bruce MomjianUnique and primary key constraints are both dumped...
2002-07-18 Bruce MomjianThe attached patch fixes a tiny memory leak in psql...
2002-07-18 Bruce MomjianThe attached patch (against HEAD) implements
2002-07-18 Tatsuo IshiiI have committed many support files for CREATE CONVERSI...
2002-07-16 Tom LaneAdd initdb code to set up initial contents of pg_depend...
2002-07-15 Bruce MomjianRemove utils/getopt.c file, not needed, it only allowed...
2002-07-15 Bruce MomjianRemove certain Makefile dependencies by using full...
2002-07-15 Bruce MomjianFix \? and \pset pager handling. \? wasn't honoring...
2002-07-13 Bruce MomjianAdd SET statement_timeout capability. Timeout is in...
2002-07-12 Tom LaneSecond phase of committing Rod Taylor's pg_depend/pg_co...
2002-07-11 Bruce MomjianFix getopt flags. Man thing thing was messed up.
2002-07-11 Bruce MomjianFix another --help typo in pg_restore.
2002-07-06 Bruce MomjianAdd comments about sharing.
2002-07-06 Bruce MomjianMove simple_prompt() into its own file to be shared...
2002-07-04 Bruce MomjianMore clearly document in pg_dump when we are dealing...
2002-07-04 Bruce MomjianDocument function args are required for pg_restore -P.
2002-07-03 Bruce MomjianAdd missing pgaccess copyright file, same as ours.
2002-07-03 Tom LaneFix some more boundary-case errors in psql variable...
2002-07-02 Bruce MomjianUpdate to pgaccess 0.91.
2002-07-02 Bruce MomjianThe attached patch fixes 2 memory leaks in pg_dump...
next