Commit Graph

28705 Commits (c9ebd16dfa9bdef9090db405a842fb78f0128c34)
 

Author SHA1 Message Date
Peter Eisentraut c9ebd16dfa Alter release note item about PL/pgSQL functions and dropped columns. 16 years ago
Peter Eisentraut 215988f766 Update alpha release notes to current. 16 years ago
Tom Lane be4cd18f71 Allow mixing of traditional and SQL:2008 LIMIT/OFFSET syntax. Being rigid 16 years ago
Andrew Dunstan 514c3f19a2 Pick up REGRESS_OPTS from contrib makefiles. Along the way, fix ordering of makefile tests to mimic gmake. 16 years ago
Tom Lane 3bd2241135 Fix overflow for INTERVAL 'x ms' where x is more than a couple million, 16 years ago
Peter Eisentraut e31b35faa5 Remove duplicate from release notes, and reorganize slightly. 16 years ago
Tom Lane 4b98b613f6 Print the actual DB encoding in the unaccent regression test. 16 years ago
Tom Lane 13845d261c Fix some *other* compiler warnings from a different gcc version. 16 years ago
Tom Lane ed05063d27 Fix copy-and-pasteo that might explain some of the buildfarm's 16 years ago
Tom Lane ec8128465f Suppress compiler warnings about uninitialized variables. 16 years ago
Teodor Sigaev 92e05bc6a5 Unaccent dictionary. 16 years ago
Teodor Sigaev a88a48011c Introduce filtering dictionary support to tsearch. Propagate --nolocale option 16 years ago
Peter Eisentraut 77dfb64df4 Add release notes for 8.5alpha1 16 years ago
Peter Eisentraut 42d2470c38 Make version.sgml depend on configure instead of Makefile.global. This 16 years ago
Tom Lane 67a5f8ff9e Department of marginal improvements: teach tupconvert.c to avoid doing a 16 years ago
Tom Lane 26a90c654f Fix imprecise documentation of random(): it never returns 1.0. 16 years ago
Tom Lane 785cfee031 Fix incorrect encoding-aware name truncation in makeArrayTypeName(). 16 years ago
Tom Lane a05a4b478d Remove Wisconsin benchmark files. 16 years ago
Tom Lane b328853733 Make sure that 'make distclean' cleans out all files that are not meant 16 years ago
Peter Eisentraut 1a6d678f00 Clarify the documentation about PL/Perl nested subroutines, per Josh 16 years ago
Peter Eisentraut efc1aeb85a Remove the test case that depends on the platform's float output format. 16 years ago
Alvaro Herrera 3a00c0a6d4 Be able to easily figure out the target directory of "make dist". 16 years ago
Tom Lane 3718b0c50d Repair breakage of Wisconsin benchmark due to change of command line syntax 16 years ago
Teodor Sigaev abd8c94ff9 Add prefix support for synonym dictionary 16 years ago
Peter Eisentraut 0c738084fb PL/Python regression tests for data type handling 16 years ago
Michael Meskes cf37d68467 Made sure sqlca is reset for declare cursor in Informix mode as pointed out by 16 years ago
Peter Eisentraut c74d8a7708 Domain support in PL/Python 16 years ago
Peter Eisentraut 7902338192 Remove stray character in type description 16 years ago
Peter Eisentraut cfe380a6dd Augment test coverage in PL/Python, especially for error conditions. 16 years ago
Tom Lane 501255114d Add a simple test case covering a join against an inheritance tree, 16 years ago
Tom Lane f959390cd0 Put back adjust_appendrel_attrs()'s code for dealing with RestrictInfo. 16 years ago
Tom Lane b6bde524af Improve error message for the case where a requested foreign key constraint 16 years ago
Tom Lane 5d3e2324a6 The html-stamp and man-stamp files also need to be cvsignore'd. 16 years ago
Tom Lane 04011cc970 Allow backends to start up without use of the flat-file copy of pg_database. 16 years ago
Tom Lane a1f0c9bab9 Fix old bug in log_autovacuum_min_duration code: it was relying on being able 16 years ago
Peter Eisentraut 9d9848668f Split the plpython regression test into test cases arranged by topic, instead 16 years ago
Peter Eisentraut ef7574eb01 Document the minimum required Python version. 16 years ago
Peter Eisentraut f4a4aec4b3 Add .cvsignore entries for documentation files 16 years ago
Peter Eisentraut 99909881fb Remove unnecessary files from distribution 16 years ago
Peter Eisentraut a16461dfad Simplify and speed up man page installation 16 years ago
Alvaro Herrera 61c4513cc9 Refactor some $(JADE.tex.call)s 16 years ago
Bruce Momjian 6f44878018 Remove tab in SGML. 16 years ago
Alvaro Herrera 6c157684c7 Fix URL to "The Hitch-Hiker's Guide to Evolutionary Computation". 16 years ago
Alvaro Herrera 59ab8c6c73 Fix number of columns declared for pg_user_mappings description table. 16 years ago
Alvaro Herrera 55f927a46e Refactor NUM_cache_remove calls in error report path to a PG_TRY block. 16 years ago
Tom Lane e61fd4ac74 Support EEEE (scientific notation) in to_char(). 16 years ago
Bruce Momjian 933b17b663 Adjust test_fsync code to be more sane. 16 years ago
Tom Lane f3f6737af9 Adjust extract(epoch) example to clarify that it includes fractional 16 years ago
Tom Lane 9bd27b7c9e Extend EXPLAIN to support output in XML or JSON format. 16 years ago
Andrew Dunstan 18894c401f Re-add documentation for --no-readline option of psql, mistakenly removed a decade ago. Backpatch to release 7.4. 16 years ago