Commit Graph

38160 Commits (70dc2db7f1dfdecdacf595bf00964cb20ad5a835)
 

Author SHA1 Message Date
Alvaro Herrera 70dc2db7f1 Fix object identities for pg_conversion objects 11 years ago
Fujii Masao 5f6a9d056a Fix typo in libpq.sgml. 11 years ago
Tom Lane 73b416b2e4 Suppress clang's unhelpful gripes about -pthread switch being unused. 11 years ago
Simon Riggs e8fde1f6a0 Remove extraneous > 11 years ago
Simon Riggs 35ecc24407 Add new test files for lock level patch 11 years ago
Andrew Dunstan cf376a4adc Enable float8-byval as the default for 64 bit MSVC builds 11 years ago
Simon Riggs 0ef0396ae1 Reduce lock levels of some trigger DDL and add FKs 11 years ago
Tom Lane ca6805338f Fix incorrect matching of subexpressions in outer-join plan nodes. 11 years ago
Tom Lane c67a86f7da Fix TAP tests to use only standard command-line argument ordering. 11 years ago
Robert Haas 368b7c601e Fix numeric abbreviation for --disable-float8-byval. 11 years ago
Tom Lane b7e1652d5d Remove unnecessary variables in _hash_splitbucket(). 11 years ago
Alvaro Herrera 9550e8348b Transform ALTER TABLE/SET TYPE/USING expr during parse analysis 11 years ago
Alvaro Herrera 4ff695b17d Add log_min_autovacuum_duration per-table option 11 years ago
Alvaro Herrera a75fb9b335 Have autovacuum workers listen to SIGHUP, too 11 years ago
Fujii Masao 6e4bf4ecd3 Fix error handling of XLogReaderAllocate in case of OOM 11 years ago
Robert Haas f85155e18c Change the way we decide whether to give up on abbreviated text keys. 11 years ago
Fujii Masao 9b8d4782ba Rework handling of OOM when allocating record buffer in XLOG reader. 11 years ago
Fujii Masao 8c8a886268 Add palloc_extended for frontend and backend. 11 years ago
Tom Lane bc49d9324a Fix rare startup failure induced by MVCC-catalog-scans patch. 11 years ago
Fujii Masao 5e3d289f9b Add markup for replaceable parameters to pg_rewind doc. 11 years ago
Robert Haas e41beea0dd Improve pgbench error reporting. 11 years ago
Robert Haas 05cce2f903 Repair stupid mistake in preprocessor directive. 11 years ago
Robert Haas b3a5e76e12 After a crash, don't restart workers with BGW_NEVER_RESTART. 11 years ago
Robert Haas abd94bcac4 Use abbreviated keys for faster sorting of numeric datums. 11 years ago
Alvaro Herrera 00ee6c7672 autovacuum: Fix polarity of "wraparound" variable 11 years ago
Robert Haas c02ef232c1 Add missing calls to DatumGetUInt32. 11 years ago
Andres Freund 62e2a8dc2c Define integer limits independently from the system definitions. 11 years ago
Alvaro Herrera e146ca6820 psql: fix \connect with URIs and conninfo strings 11 years ago
Robert Haas f272098e91 Fix another bug in DSM_CREATE_NULL_IF_MAXSEGMENTS handling. 11 years ago
Robert Haas 4cd639baf4 Revert "psql: fix \connect with URIs and conninfo strings" 11 years ago
Simon Riggs 7dae3cf68c Correct comment to use RS_EPHEMERAL 11 years ago
Alvaro Herrera fcef161729 psql: fix \connect with URIs and conninfo strings 11 years ago
Bruce Momjian a0efc71453 pg_upgrade: call 'postgres' binary to get data directory location 11 years ago
Tom Lane 89840d7d3f Provide real selectivity estimators for inet/cidr operators. 11 years ago
Heikki Linnakangas f770870d9e Move inet/cidr GiST opclass functions to correct place in header file. 11 years ago
Tom Lane f6caf5acf1 Fix incorrect markup in documentation of window frame clauses. 11 years ago
Fujii Masao 7a245bfe76 Make pg_ctl use SIGINT as a default shutdown signal. 11 years ago
Bruce Momjian ed7b3b3811 initdb: remove unnecessary VACUUM FULL 11 years ago
Bruce Momjian 0badb069bc pg_ctl: change default shutdown mode from 'smart' to 'fast' 11 years ago
Bruce Momjian 9d9991c84e psql: add asciidoc output format 11 years ago
Bruce Momjian 0cf16b44cb btree_gin: properly call DirectFunctionCall1() 11 years ago
Heikki Linnakangas 1d0db8de04 Remove spurious semicolons. 11 years ago
Andrew Dunstan fa1e5afa8a Run pg_upgrade and pg_resetxlog with restricted token on Windows 11 years ago
Tom Lane ed9cc2b5df Fix bogus concurrent use of _hash_getnewbuf() in bucket split code. 11 years ago
Alvaro Herrera 97690ea6e8 Change array_offset to return subscripts, not offsets 11 years ago
Alvaro Herrera 0853630159 Fix lost persistence setting during REINDEX INDEX 11 years ago
Tom Lane 542320c2bd Be more careful about printing constants in ruleutils.c. 11 years ago
Tom Lane 701dcc983e Fix rare core dump in BackendIdGetTransactionIds(). 11 years ago
Heikki Linnakangas 0633a60f4d Add index-only scan support to range type GiST opclass. 11 years ago
Tom Lane 1c41e2a998 Clean up all the cruft after a pg_rewind test run. 11 years ago