Commit Graph

38133 Commits (e146ca682062ca1f5015f3820571c5359f5f9dba)
 

Author SHA1 Message Date
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
Tom Lane c67f366fa9 Fix multiple bugs and infelicities in pg_rewind. 11 years ago
Tom Lane e4cbfd673d Add vacuum_delay_point call in compute_index_stats's per-sample-row loop. 11 years ago
Tom Lane 1601830ec2 Make ginbuild's funcCtx be independent of its tmpCtx. 11 years ago
Tom Lane 9a8e23311c Remove a couple other vestigial yylex() declarations. 11 years ago
Tom Lane e9dd03c03a Minor code cleanups in pgbench expression support. 11 years ago
Tom Lane 2c33e0fbce Better fix for misuse of Float8GetDatumFast(). 11 years ago
Andrew Dunstan 7655f4ccea Add a pager_min_lines setting to psql 11 years ago
Andrew Dunstan cfe12763c3 Use standard librart sqrt function in pg_stat_statements 11 years ago
Heikki Linnakangas 3a20b0e7b6 Add index-only scan support to inet GiST opclass. 11 years ago
Peter Eisentraut 16bbb96a2b Fix whitespace 11 years ago
Heikki Linnakangas e09b48316c Add index-only scan support to btree_gist. 11 years ago
Andrew Dunstan 735cd6128a Fix portability issues with stddev in pg_stat_statements 11 years ago
Andrew Dunstan 717f709532 Add stats for min, max, mean, stddev times to pg_stat_statements. 11 years ago
Heikki Linnakangas 8816af65e4 Minor refactoring of btree_gist code. 11 years ago
Heikki Linnakangas 55b59eda13 Fix GiST index-only scans for opclasses with different storage type. 11 years ago
Tom Lane 785941cdc3 Tweak __attribute__-wrapping macros for better pgindent results. 11 years ago
Heikki Linnakangas d04c8ed904 Add support for index-only scans in GiST. 11 years ago
Heikki Linnakangas 8fa393a6d7 Minor cleanup of GiST code, for readability. 11 years ago
Tom Lane bed756a820 Suppress some unused-variable complaints in new LOCK_DEBUG code. 11 years ago
Tatsuo Ishii 656ea810e5 Make SyncRepWakeQueue to a static function 11 years ago
Tom Lane a4847fc3ef Add an ASSERT statement in plpgsql. 11 years ago
Andres Freund 83ff1618bc Centralize definition of integer limits. 11 years ago
Alvaro Herrera bdc3d7fa23 Return ObjectAddress in many ALTER TABLE sub-routines 11 years ago
Tom Lane 06bf0dd6e3 Upgrade src/port/rint.c to be POSIX-compliant. 11 years ago
Kevin Grittner 2ed5b87f96 Reduce pinning and buffer content locking for btree scans. 11 years ago
Alvaro Herrera 8217fb1441 Add OID output argument to DefineTSConfiguration 11 years ago
Alvaro Herrera b3196e65f5 Fix bug for array-formatted identities of user mappings 11 years ago