Commit Graph

37337 Commits (db29620d4d16e08241f965ccd70d0f65883ff0de)
 

Author SHA1 Message Date
Heikki Linnakangas db29620d4d Work around Windows locale name with non-ASCII character. 11 years ago
Heikki Linnakangas c0c1f6fc97 Forgot #include "pg_getopt.h", now that pg_controldata uses getopt. 11 years ago
Heikki Linnakangas 2d53003432 Complain if too many options are passed to pg_controldata or pg_resetxlog. 11 years ago
Heikki Linnakangas 22b743b2ca Oops, the commit accept pg_controldata -D datadir missed code changes. 11 years ago
Robert Haas 85bb81de53 Fix off-by-one error in 2781b4bea7. 11 years ago
Alvaro Herrera 3c2aa0c6f2 psql: complain if pg_dump custom-format is detected 11 years ago
Alvaro Herrera b01a4f6838 Update README.tuplock 11 years ago
Tom Lane 43ac12c6e6 In type_sanity, check I/O functions of built-in types are not volatile. 11 years ago
Tom Lane b34d6f03db Improve ispell dictionary's defenses against bad affix files. 11 years ago
Robert Haas 2781b4bea7 Perform less setup work for AFTER triggers at transaction start. 11 years ago
Fujii Masao efbbbbc8b5 Remove the unused argument of PSQLexec(). 11 years ago
Robert Haas 5ac372fc1a Add a function to get the authenticated user ID. 11 years ago
Fujii Masao c7371c4a60 Prevent the already-archived WAL file from being archived again. 11 years ago
Peter Eisentraut e64d3c5635 Minimize calls of pg_class_aclcheck to minimum necessary 11 years ago
Peter Eisentraut a5f7d58194 Add tests for sequence privileges 11 years ago
Tom Lane 69fed5b26f Ensure libpq reports a suitable error message on unexpected socket EOF. 11 years ago
Michael Meskes 2ae7811db8 Small code cleanup. 11 years ago
Heikki Linnakangas 98b3743779 Update comment. 11 years ago
Noah Misch 284590e416 MinGW: Use -static-libgcc when linking a DLL. 11 years ago
Noah Misch 53566fc094 MinGW: Link with shell32.dll instead of shfolder.dll. 11 years ago
Tom Lane 31dd7fcd03 Update expected/sequence_1.out. 11 years ago
Peter Eisentraut 6f04368cfc Allow input format xxxx-xxxx-xxxx for macaddr type 11 years ago
Peter Eisentraut 5d93ce2d0c doc: Check DocBook XML validity during the build 11 years ago
Peter Eisentraut f43afbca70 doc: Update Red Hat documentation tools information 11 years ago
Peter Eisentraut f048e50037 doc: Update FreeBSD documentation tools information 11 years ago
Andres Freund 5e5b65f359 Don't duplicate log_checkpoint messages for both of restart and checkpoints. 11 years ago
Andres Freund 11abd6c90f Renumber CHECKPOINT_* flags. 11 years ago
Andres Freund 7dbb606938 Flush unlogged table's buffers when copying or moving databases. 11 years ago
Peter Eisentraut 83dc5908c2 pg_test_fsync: Update output format 11 years ago
Andrew Dunstan af2b8fd057 Correct volatility markings of a few json functions. 11 years ago
Tom Lane f330a6d140 Fix mishandling of FieldSelect-on-whole-row-Var in nested lateral queries. 11 years ago
Tom Lane 488a7c9ccf Fix file-identification comment in contrib/pgcrypto/pgcrypto--1.2.sql. 11 years ago
Robert Haas bc279c92f0 Fix typos. 11 years ago
Robert Haas 0f565c0743 Fix typos. 11 years ago
Peter Eisentraut 49d182e61e initdb: Fix compiler error in USE_PREFETCH case 11 years ago
Peter Eisentraut 6895866510 psql: Improve \pset without arguments 11 years ago
Peter Eisentraut 7feaccc217 Allow setting effective_io_concurrency even on unsupported systems 11 years ago
Bruce Momjian b87671f1b6 Shorten warning about hash creation 11 years ago
Bruce Momjian 417f92484d interval: tighten precision specification 11 years ago
Bruce Momjian 97d554871c doc: restrictions on alter database moving default tablespace 11 years ago
Peter Eisentraut 52c1ae22d6 doc: Clean up pg_recvlogical reference page 11 years ago
Tom Lane 60f8133dc9 Declare mkdtemp() only if we're providing it. 11 years ago
Tom Lane 5ba062ee44 Avoid core dump in _outPathInfo() for Path without a parent RelOptInfo. 11 years ago
Fujii Masao 504c717599 Fix bug in handling of connections that pg_receivexlog creates. 11 years ago
Tom Lane 5c38a1d4ec Fix core dump in pg_dump --binary-upgrade on zero-column composite type. 11 years ago
Tom Lane 7584649a1c Re-pgindent src/bin/pg_dump/*. 11 years ago
Stephen Frost 389573fd19 Fix pg_dump for UPDATE policies 11 years ago
Tom Lane b2cbced9ee Support timezone abbreviations that sometimes change. 11 years ago
Tom Lane 90063a7612 Print planning time only in EXPLAIN ANALYZE, not plain EXPLAIN. 11 years ago
Alvaro Herrera 076d29a1ee Blind attempt at fixing Win32 pg_dump issues 11 years ago