Commit Graph

26280 Commits (fd15dba543247eb1ce879d22632b9fdb4c230831)
 

Author SHA1 Message Date
Tom Lane fd15dba543 Fix encode(...bytea..., 'escape') so that it converts all high-bit-set byte 18 years ago
Tom Lane bc93919be7 Reject year zero during datetime input, except when it's a 2-digit year 18 years ago
Tom Lane 05506fc4af Fix datetime input to behave correctly for Feb 29 in years BC. 18 years ago
Peter Eisentraut 9956ddc191 Link postgres from all object files at once, to avoid the error-prone 18 years ago
Tom Lane ad20c990f7 Use our own getopt() and getopt_long() on Solaris, because that platform's 18 years ago
Tom Lane 2e0e563124 Avoid trying to print a NULL char pointer in --describe-config. On some 18 years ago
Tom Lane 9713c06319 Change the declaration of struct varlena so that the length word is 18 years ago
Tom Lane 870993e871 Rename miscadmin.h's PG_VERSIONSTR macro to PG_BACKEND_VERSIONSTR to 18 years ago
Tom Lane 8dd6c4b4be Make pg_regress -V consistent with the corresponding code in other 18 years ago
Tom Lane 7454515e12 Fix mistakes in pg_ctl's code for "start -w" that tries to cope with 18 years ago
Tom Lane 5ce6829b73 Put a CHECK_FOR_INTERRUPTS call into the loops that try to find a unique new 18 years ago
Alvaro Herrera f78611bba4 Improve error messages emitted when VACUUM and ANALYZE skip a table. 18 years ago
Alvaro Herrera bccc8e3608 Change error message to be able to differentiate the two cases. Per suggestion 18 years ago
Peter Eisentraut 95ea526e21 Backport fixed AC_FUNC_FSEEKO 18 years ago
Magnus Hagander 66c80bfd98 Un-break msvc port yet again (it started pulling in the Darwin 18 years ago
Peter Eisentraut c7054a6c14 More refactoring, so that the SUBSYS.o rules are now all in one place. 18 years ago
Peter Eisentraut e2f16cd0ef This subdirectory has been unused, dead, and broken for 10 years. 18 years ago
Magnus Hagander 592487823d Fix function prototype to silence compiler warnings. 18 years ago
Magnus Hagander fae032c9fc Unbreak MSVC build after recent addition of HTMLDIR. 18 years ago
Peter Eisentraut 1f4a587fc3 Remove another target I forgot during the refactoring 18 years ago
Peter Eisentraut 0474dcb608 Refactor backend makefiles to remove lots of duplicate code 18 years ago
Bruce Momjian a74e0414a2 Put back code modularization of fseeko() configure checks. 18 years ago
Bruce Momjian 7f9693b4fd Put fseeko check back in old location, in hopes of silencing build warnings. 18 years ago
Tom Lane cf59277ac9 Remove unnecessary opening of other relation in RI_FKey_keyequal_upd_pk 18 years ago
Bruce Momjian fc54be81d1 autoconf 2.61's AC_FUNC_FSEEKO reports success/failure differently, so 18 years ago
Peter Eisentraut a345dcd2f7 Observe errors in makefile 18 years ago
Peter Eisentraut 84ce707ba8 Added --htmldir option to pg_config, equivalent to the new configure option. 18 years ago
Michael Meskes a9bc069c0b - Removed duplicate include of ecpgtype.h which meant I had to adapt all expected results. 18 years ago
Peter Eisentraut b120382353 Upgrade to Autoconf 2.61: 18 years ago
Tom Lane 8b63aa1ffc Add back #include <time.h> in a couple of files that seem to need it 18 years ago
Tom Lane cd00406774 Replace time_t with pg_time_t (same values, but always int64) in on-disk 18 years ago
Bruce Momjian ee7a6770f6 Move item as done: 18 years ago
Tom Lane 2874d38d7f Update docs to reflect the fact that we can now deal with DST rules 18 years ago
Tom Lane 0171e72d4d Update timezone code to track the upstream changes since 2003. In particular 18 years ago
Bruce Momjian 2f67722dda No need to use checkpoint_warning to log checkpoints --- we added 18 years ago
Bruce Momjian 2fce2336dc Add suggestion about how to set checkpoint_warning to log all 18 years ago
Bruce Momjian d4fa0b4e0a Rename a libpq NOT_USED SSL function to 18 years ago
Tom Lane e67867b26c Allow AS to be omitted when specifying an output column name in SELECT 18 years ago
Tom Lane cc80f0a340 Remove ancient restriction that LIMIT/OFFSET can't contain a sub-select. 18 years ago
Michael Meskes efac2796e6 Changed the way symbols are defined in C in INFORMIX mode. 18 years ago
Tom Lane df1e965e12 Sync our regex code with upstream changes since last time we did this, which 18 years ago
Michael Meskes 423abf4d6a - EXECUTE can return NOT FOUND so it should be checked here too. 18 years ago
Michael Meskes a3a648ecc9 Sorry, accidently committed a patch I'm working on. Reverting it. 18 years ago
Michael Meskes 78772dc018 *** empty log message *** 18 years ago
Bruce Momjian 0fa15b9ed3 Correct XML markup typo, <book> -> </book> 18 years ago
Bruce Momjian 74de091473 Add section to Migration talking about typical areas that change between 18 years ago
Alvaro Herrera 3a1bd025ba Update minor version bumping policy. 18 years ago
Bruce Momjian 4588fc47c1 As sub-bullet decoration. 18 years ago
Bruce Momjian 812716e35b Update wording for minor library bumping. 18 years ago
Bruce Momjian 87cc5af75e Bump minor library version numbers for 8.4. 18 years ago