Commit Graph

19602 Commits (31d1f2330277a91f59fe050cc85ced25ee55f95d)

Author SHA1 Message Date
Heikki Linnakangas 19499bf99a Add check_keyword.pl script to perform some basic sanity checks to the 17 years ago
Tom Lane c59d8dd44d Improve pull_up_subqueries logic so that it doesn't insert unnecessary 17 years ago
Heikki Linnakangas a4278fd858 Move SERVER to the right place in the alphabetically sorted keyword list. 17 years ago
Bruce Momjian b3dbc8fc1f In VACUUM, FREEZE must be before ANALYZE; fix this in vacuumdb. Docs 17 years ago
Tom Lane 1d3a1613c5 Remove Windows-specific definition of S_ISDIR(). This should not be here; 17 years ago
Tom Lane 20a3ddbbf9 Fix the handling of sub-SELECTs appearing in the arguments of an outer-level 17 years ago
Tom Lane 096a30b538 Fix some more 'variable may be used uninitialized' warnings from gcc 4.4. 17 years ago
Magnus Hagander e883d0b551 Remove sslverify parameter again, replacing it with two new sslmode values: 17 years ago
Magnus Hagander 420ea68817 Move gettext encoding names into encnames.c, so we only have one place to update. 17 years ago
Tom Lane 9563afafeb Suppress some 'variable may be used uninitialized' warnings from gcc 4.4. 17 years ago
Tom Lane b9e9775e0c Don't use the result of strcmp as if it were a boolean. 17 years ago
Heikki Linnakangas 283939a321 varstr_cmp and any comparison function that piggybacks on it can return 17 years ago
Tom Lane 8d4f2ecd41 Change the default value of max_prepared_transactions to zero, and add 17 years ago
Heikki Linnakangas bae8102f52 After archive recovery, mark the last WAL segment from the parent timeline 17 years ago
Bruce Momjian 73b44dca38 Use brackets in psql \df \? help. 17 years ago
Tom Lane f2cc453dd7 Remove the long-obsolete homebrew dl*() functions for AIX, in favor of just 17 years ago
Tom Lane fea168823a Fix obsolete cross-reference (this file isn't called alpha.c anymore) 17 years ago
Bruce Momjian 0669785ba8 Improve psql \df error handling. 17 years ago
Bruce Momjian 301f800895 Merge psql \df options into a single \? line, and update docs. 17 years ago
Bruce Momjian aeb3c2fce4 Add agg/normal/trigger/window flags for psql \df and in \df output. 17 years ago
Magnus Hagander 02dec25003 Read nls.nk files to determine the proper name of NLS catalogs to install. 17 years ago
Tom Lane ce53791b2a Assorted portability fixes for Borland C, from Pavel Golub. 17 years ago
Tom Lane 85128e5d56 Rethink the idea of having plpgsql depend on parser/gram.h. Aside from the 17 years ago
Tom Lane 22c922269f Fix de-escaping checks so that we will reject \000 as well as other invalidly 17 years ago
Tom Lane 1d97c19a0f Fix estimate_num_groups() to not fail on PlaceHolderVars, per report from 17 years ago
Tom Lane 3a624e9200 Revise plpgsql's scanner to process comments and string literals in a way 17 years ago
Tom Lane b24c02ff2c Bump disable_cost up from 1e8 to 1e10, per gripe from Kris Jurka. 17 years ago
Tom Lane d7a6a04dc7 Fix planner to restore its previous level of intelligence about pushing 17 years ago
Alvaro Herrera c5593d5405 Fix the regression test error message for array_fill, too. 17 years ago
Alvaro Herrera a8a5595fc8 Substitute extraneous underscores with spaces. 17 years ago
Alvaro Herrera fa2afcfea8 Add missing gettext calls around some strings. Also remove quotes around the 17 years ago
Alvaro Herrera 1bb257fae6 Add missing periods. 17 years ago
Tom Lane 6a68f7fd3c Fix broken {xufailed} production that made HEAD fail on 17 years ago
Bruce Momjian 418fd59663 Add libpq error message text on how to handle missing root.crt file. 17 years ago
Alvaro Herrera 14a4f6f374 pg_restore -jN does not equate "multiple jobs", so partly revert the 17 years ago
Alvaro Herrera d29a2ee3c0 Make new strings more alike previously existing messages. 17 years ago
Andrew Dunstan f7a08e71e9 Fix logic to detect conflicts or blocks involving exclusive locks in parallel restore items. 17 years ago
Tom Lane e1e17e2a0a Fix pg_dumpall so that when --clean is specified, it drops roles and 17 years ago
Alvaro Herrera 088ac581d4 Make string more alike other similar messages. 17 years ago
Peter Eisentraut fbaeae3fc5 Message fix 17 years ago
Peter Eisentraut 86eab8dae0 Message improvement 17 years ago
Marc G. Fournier 4c9c0b85fb commit and tag beta1 17 years ago
Bruce Momjian f9578e179a No more need to update FAQs. 17 years ago
Peter Eisentraut f71a0523f9 Add URL for config.guess/sub updates 17 years ago
Tom Lane 6e4cd594ef Update time zone data files to tzdata release 2009e: DST law changes in 17 years ago
Peter Eisentraut 80a836cab4 Translation updates for 8.4 beta 17 years ago
Tom Lane 06e2757277 Remove SQL-compatibility function cardinality(). It is not exactly clear 17 years ago
Tom Lane b060c8787f Treat EOF like \n for line-counting purposes in ParseConfigFile, 17 years ago
Tom Lane 03cd7571e8 Fix the plpgsql memory leak exhibited in bug #4677. That leak was introduced 17 years ago
Tom Lane 4703250a76 Remove psql's ancient hack that suppressed functions taking or returning 17 years ago