Commit Graph

38119 Commits (1d0db8de043c28c1e665451663ec101da5adc5ab)
 

Author SHA1 Message Date
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
Alvaro Herrera dc8e05295a Fix gram.y comment to match reality 11 years ago
Bruce Momjian 11226e3817 Revert commit 843cd0bfe6 11 years ago
Bruce Momjian 0e1f6d8132 PL/pgSQL docs: recommend format() for query construction 11 years ago
Bruce Momjian 376a0c4547 psql: show proper row count in \x mode for zero-column output 11 years ago
Bruce Momjian 66c8040d50 docs: clarify when MVCC snapshot is taken 11 years ago
Bruce Momjian 843cd0bfe6 btree_gin: properly call DirectFunctionCall1() 11 years ago
Bruce Momjian 278edd9ed3 doc: update NUMERIC to state that only some ops are exact 11 years ago
Bruce Momjian 1d8198bb44 Add support for ALTER TABLE IF EXISTS ... RENAME CONSTRAINT 11 years ago
Tom Lane feeb526cfe Fix ExecOpenScanRelation to take a lock on a ROW_MARK_COPY relation. 11 years ago
Tom Lane e5f455f59f Apply table and domain CHECK constraints in name order. 11 years ago
Alvaro Herrera 871293fb7f vacuumdb: Check result status of PQsendQuery 11 years ago
Heikki Linnakangas 4babae1a86 Try to fix MSVC build of pg_rewind. 11 years ago
Heikki Linnakangas 61081e75c6 Add pg_rewind, for re-synchronizing a master server after failback. 11 years ago
Andres Freund 87cec51d3a Don't delay replication for less than recovery_min_apply_delay's resolution. 11 years ago