Commit Graph

26938 Commits (99b8ebec645cdb7ddb0b51a6772ab76c8dd974c6)
 

Author SHA1 Message Date
Bruce Momjian 9340c6372f Todo done: 18 years ago
Alvaro Herrera 5da9da71c4 Improve snapshot manager by keeping explicit track of snapshots. 18 years ago
Magnus Hagander aa82790fca Fix breakage by the wal_sync_method patch in installations that use 18 years ago
Michael Meskes 1fe8d17128 Check for non-existant connection in prepare statement handling. 18 years ago
Alvaro Herrera 000086b49c Document that "ROLLBACK TO savepoint" does not un-close cursors. 18 years ago
Alvaro Herrera 9084399782 Put back bufmgr.h in bufpage.h -- it is needed by some macros. 18 years ago
Magnus Hagander 2739a4e1d2 Report which WAL sync method we are trying to change *to* when it fails, 18 years ago
Magnus Hagander f99760c19f Convert wal_sync_method to guc enum. 18 years ago
Alvaro Herrera f8c4d7db60 Restructure some header files a bit, in particular heapam.h, by removing some 18 years ago
Andrew Dunstan a86a9bf9fe Remaining pieces of fix for contrib makefiles 18 years ago
Tom Lane 125ed6853e Restore psql's former behavior that padding spaces to the right of the last 18 years ago
Bruce Momjian 2cabe2db79 Add URL for: 18 years ago
Bruce Momjian d603b3e48a Add to TODO: 18 years ago
Bruce Momjian f586e70665 Add URL for: 18 years ago
Bruce Momjian 3c8f87361c Update alternative output regression files for new float8 test of power(). 18 years ago
Bruce Momjian 1526a701c4 Add TODO item: 18 years ago
Bruce Momjian 1d18d1dd7b TODOs done: 18 years ago
Tom Lane cd902b331d Change the rules for inherited CHECK constraints to be essentially the same 18 years ago
Bruce Momjian f8df836ae3 Adjust power() error messages to be more descriptive. 18 years ago
Andrew Dunstan 3159040627 Improve logic for finding object files on OBJS lines in contrib Makefiles. If this unbreaks buildfarm mastodon, apply everywhere. 18 years ago
Tom Lane 6b1b4641b8 Give a warning if -s switch is used with a non-custom pgbench test. 18 years ago
Peter Eisentraut d35c56ed9f Add "%option noinput" to the scanners to avoid compiler warnings. GCC 4.3 18 years ago
Bruce Momjian 6e3e60095d Update C comments to mention SQL:2003 handling of power return values. 18 years ago
Heikki Linnakangas c5f42ce8d5 Fix Assert introduced in previous patch. 18 years ago
Heikki Linnakangas f0eb3e5e58 Fix incorrect archive truncation point calculation in the %r recovery_command 18 years ago
Tom Lane 706fcbd820 Fix bogus expected output that should have made it quite clear that 18 years ago
Tom Lane e1435983b8 Fix memory stomp that's turning the whole buildfarm pink: you can't hack up 18 years ago
Bruce Momjian c56b444496 Add to TODO: 18 years ago
Bruce Momjian 4a586bd405 Add regression test for various power expressions with a zero base, and 18 years ago
Bruce Momjian 6b4e9d1654 Have numeric 0 ^ 4.3 return 1, rather than an error, and have 0 ^ 0.0 18 years ago
Bruce Momjian eabd1b2ee8 Have psql output tab as the proper number of spaces, rather than \x09. 18 years ago
Bruce Momjian 5adf98ae24 Add psql '\pset format wrapped' mode to wrap output to screen width, or 18 years ago
Tom Lane eb915caf92 Fix contrib/xml2 makefile to not override CFLAGS, and in passing make it 18 years ago
Tom Lane abb78b1b5f Fix rules regression test for recent pg_stat_activity change. 18 years ago
Magnus Hagander a6d6a9c9a8 Make the new pg_stat_get_activity use OUT parameters, so you don't have to 18 years ago
Bruce Momjian 9c9732e3c7 Update TODO wording: 18 years ago
Bruce Momjian b4362eeaa7 Add to TODO: 18 years ago
Bruce Momjian 5b9c14cdf9 Add to TODO: 18 years ago
Bruce Momjian 5bf049b56c Remove OID/foreign key mention in psql variable interpolation docs. 18 years ago
Alvaro Herrera 09005f2fec Add Simon Riggs' email address. 18 years ago
Bruce Momjian 00756a5691 Move Client Authentication right after Server Configuration in docs. 18 years ago
Magnus Hagander 0423de4d30 Make the pg_stat_activity view call a SRF (pg_stat_get_activity()) 18 years ago
Bruce Momjian 8008988be3 Fix TODO typo. 18 years ago
Bruce Momjian 44ba6f3476 Add URL for 18 years ago
Bruce Momjian bd8131ee8f Update TODO wording: 18 years ago
Bruce Momjian 40941c5129 Add item, make text search section: 18 years ago
Bruce Momjian 0f5651a90f Have boolean pset values checked against typical boolean values, rather 18 years ago
Tom Lane 053948aee7 The CONSTROID syscache should show conrelid as a relation OID column. 18 years ago
Tom Lane 4136e1d06a Convert the list of syscache names from a series of #define's into an enum, 18 years ago
Bruce Momjian 4222d7f036 Point to our download URL, rather than listing interface in the README 18 years ago