Commit Graph

26829 Commits (a86a9bf9fe1266c6025024c3f6b7479e27f8da83)
 

Author SHA1 Message Date
Andrew Dunstan a86a9bf9fe Remaining pieces of fix for contrib makefiles 17 years ago
Tom Lane 125ed6853e Restore psql's former behavior that padding spaces to the right of the last 17 years ago
Bruce Momjian 2cabe2db79 Add URL for: 17 years ago
Bruce Momjian d603b3e48a Add to TODO: 17 years ago
Bruce Momjian f586e70665 Add URL for: 17 years ago
Bruce Momjian 3c8f87361c Update alternative output regression files for new float8 test of power(). 17 years ago
Bruce Momjian 1526a701c4 Add TODO item: 17 years ago
Bruce Momjian 1d18d1dd7b TODOs done: 17 years ago
Tom Lane cd902b331d Change the rules for inherited CHECK constraints to be essentially the same 17 years ago
Bruce Momjian f8df836ae3 Adjust power() error messages to be more descriptive. 17 years ago
Andrew Dunstan 3159040627 Improve logic for finding object files on OBJS lines in contrib Makefiles. If this unbreaks buildfarm mastodon, apply everywhere. 17 years ago
Tom Lane 6b1b4641b8 Give a warning if -s switch is used with a non-custom pgbench test. 17 years ago
Peter Eisentraut d35c56ed9f Add "%option noinput" to the scanners to avoid compiler warnings. GCC 4.3 17 years ago
Bruce Momjian 6e3e60095d Update C comments to mention SQL:2003 handling of power return values. 17 years ago
Heikki Linnakangas c5f42ce8d5 Fix Assert introduced in previous patch. 17 years ago
Heikki Linnakangas f0eb3e5e58 Fix incorrect archive truncation point calculation in the %r recovery_command 17 years ago
Tom Lane 706fcbd820 Fix bogus expected output that should have made it quite clear that 17 years ago
Tom Lane e1435983b8 Fix memory stomp that's turning the whole buildfarm pink: you can't hack up 17 years ago
Bruce Momjian c56b444496 Add to TODO: 17 years ago
Bruce Momjian 4a586bd405 Add regression test for various power expressions with a zero base, and 17 years ago
Bruce Momjian 6b4e9d1654 Have numeric 0 ^ 4.3 return 1, rather than an error, and have 0 ^ 0.0 17 years ago
Bruce Momjian eabd1b2ee8 Have psql output tab as the proper number of spaces, rather than \x09. 17 years ago
Bruce Momjian 5adf98ae24 Add psql '\pset format wrapped' mode to wrap output to screen width, or 17 years ago
Tom Lane eb915caf92 Fix contrib/xml2 makefile to not override CFLAGS, and in passing make it 17 years ago
Tom Lane abb78b1b5f Fix rules regression test for recent pg_stat_activity change. 17 years ago
Magnus Hagander a6d6a9c9a8 Make the new pg_stat_get_activity use OUT parameters, so you don't have to 17 years ago
Bruce Momjian 9c9732e3c7 Update TODO wording: 17 years ago
Bruce Momjian b4362eeaa7 Add to TODO: 17 years ago
Bruce Momjian 5b9c14cdf9 Add to TODO: 17 years ago
Bruce Momjian 5bf049b56c Remove OID/foreign key mention in psql variable interpolation docs. 17 years ago
Alvaro Herrera 09005f2fec Add Simon Riggs' email address. 17 years ago
Bruce Momjian 00756a5691 Move Client Authentication right after Server Configuration in docs. 17 years ago
Magnus Hagander 0423de4d30 Make the pg_stat_activity view call a SRF (pg_stat_get_activity()) 17 years ago
Bruce Momjian 8008988be3 Fix TODO typo. 17 years ago
Bruce Momjian 44ba6f3476 Add URL for 17 years ago
Bruce Momjian bd8131ee8f Update TODO wording: 17 years ago
Bruce Momjian 40941c5129 Add item, make text search section: 17 years ago
Bruce Momjian 0f5651a90f Have boolean pset values checked against typical boolean values, rather 17 years ago
Tom Lane 053948aee7 The CONSTROID syscache should show conrelid as a relation OID column. 17 years ago
Tom Lane 4136e1d06a Convert the list of syscache names from a series of #define's into an enum, 17 years ago
Bruce Momjian 4222d7f036 Point to our download URL, rather than listing interface in the README 17 years ago
Bruce Momjian bdf66cb29e Update libpqxx URL in README. 17 years ago
Bruce Momjian 2d592d2e86 Done: 17 years ago
Bruce Momjian 93afd6f619 Done: 17 years ago
Magnus Hagander e3109ba159 Add more dependencies from libpgport required by 17 years ago
Andrew Dunstan 27a52fa2d9 Document extra information provided by psql's \dT+ (not \dt+ as per recent commit). 17 years ago
Andrew Dunstan a87f15d506 Display ACLS using multiple lines for psql's \z. Brendan Jurd. 17 years ago
Andrew Dunstan c0b1b01ef5 Show enum values in psql's \dt+. David Fetter. 17 years ago
Tom Lane b6d15590f7 Add timestamp and timestamptz versions of generate_series(). 17 years ago
Tom Lane 600da67fbe Add pg_conf_load_time() function to report when the Postgres configuration 17 years ago