Commit Graph

27270 Commits (61d967498802ab86d8897cb3c61740d7e9d712f6)
 

Author SHA1 Message Date
Heikki Linnakangas 61d9674988 Make LC_COLLATE and LC_CTYPE database-level settings. Collation and 17 years ago
Tom Lane c52aab5525 Get rid of pgpass_from_client tracking inside libpq --- given the conclusion 17 years ago
Tom Lane cae7ad906a Fix dblink_connect() so that it verifies that a password is supplied in the 17 years ago
Tom Lane 579c025e5f Simplify the definitions of a couple of system views by using SELECT * 17 years ago
Tom Lane 3290e6180f Add a PQfireResultCreateEvents function to allow applications to mimic the 17 years ago
Tom Lane 4e57668da4 Create a selectivity estimation function for the text search @@ operator. 17 years ago
Tom Lane e2b7d0c65c Improve the recently-added libpq events code to provide more consistent 17 years ago
Magnus Hagander 7626f2a936 Mark SessionReplicationRole as PGDLLIMPORT so it 17 years ago
Peter Eisentraut 90d910866e Add additional rules so that make init-po for ecpg gets up to date flex and 17 years ago
Alvaro Herrera 5817d861e9 Optimize CleanupTempFiles by having a boolean flag that keeps track of whether 17 years ago
Tom Lane 9fe79c39ca Preliminary release notes for upcoming back branch releases. 17 years ago
Tom Lane fd84eb5e64 Update time zone data files to tzdata release 2008f (DST law changes in 17 years ago
Tom Lane 35c2a3c3cf Allow ShowBufferUsage() to report the number of reads/writes that have 17 years ago
Tom Lane 32f159cc55 Add an "events" system to libpq, whereby applications can get callbacks that 17 years ago
Tom Lane b73c0c2a51 Clean up a couple of weird corner cases in interval parsing: make -yyyy-mm be 17 years ago
Tom Lane 30df79a70b Widen the nLocks counts in local lock tables from int to int64. This 17 years ago
Tom Lane 8948ee37e5 Fix multiple memory leaks in xml_out(). Per report from Matt Magoffin. 17 years ago
Tom Lane 1cd935609f Fix caching of foreign-key-checking queries so that when a replan is needed, 17 years ago
Magnus Hagander 448950b37b Fix error messages from recent pg_hba parsing patch to use errcontext() 17 years ago
Tom Lane 4adc2f72a4 Change hash indexes to store only the hash code rather than the whole indexed 17 years ago
Magnus Hagander 440b3384b0 Add missing quotes. 17 years ago
Magnus Hagander 9872381090 Parse pg_hba.conf in postmaster, instead of once in each backend for 17 years ago
Peter Eisentraut b850cf61bd Avoid compiler warning about variable used before assigned. 17 years ago
Magnus Hagander 5a1d35ce5c Polish and Turkish FAQ also needed converting to UTF8 17 years ago
Magnus Hagander 3a58d2e172 Convert Russian FAQ to UTF8, to make it render properly on the website. 17 years ago
Tom Lane ffea8fd381 Update citext's documentation to match the recently-applied patch, 17 years ago
Tom Lane bf0b6ac43c Skip opfamily check in eclass_matches_any_index() when the index isn't a 17 years ago
Peter Eisentraut cdd0895978 Update man page build instructions. 17 years ago
Tom Lane cff4aa6ad6 Add a duration option to pgbench, so that test length can be specified in seconds 17 years ago
Tom Lane 06edce4c3f Tighten up to_date/to_timestamp so that they are more likely to reject 17 years ago
Tom Lane 70530c808b Adjust the parser to accept the typename syntax INTERVAL ... SECOND(n) 17 years ago
Alvaro Herrera d53a56687f Initialize the minimum frozen Xid in vac_update_datfrozenxid using 17 years ago
Tom Lane b8646012d5 Tweak newly added set_config_sourcefile() so that the target record 17 years ago
Tom Lane f867339c01 Make our parsing of INTERVAL literals spec-compliant (or at least a heck of 17 years ago
Alvaro Herrera 3b9ec4682c Add "source file" and "source line" information to each GUC variable. 17 years ago
Tom Lane bacf7b2086 Avoid using sprintf() for a simple octal conversion in PQescapeByteaInternal. 17 years ago
Tom Lane 3c221c3dae Fix a couple of places where the plpgsql grammar would produce an unhelpful 17 years ago
Tom Lane ee33b95d9c Improve the plan cache invalidation mechanism to make it invalidate plans 17 years ago
Alvaro Herrera c06629c72e Improve plpgsql's ability to report tuple incompatibility problems. 17 years ago
Tom Lane ead21631e8 Fix a couple of problems pointed out by Fujii Masao in the 2008-Apr-05 patch 17 years ago
Tom Lane bc01b45ab9 Make pg_dump --data-only try to order the table dumps so that foreign keys' 17 years ago
Tom Lane a0b76dc662 Create a separate grantable privilege for TRUNCATE, rather than having it be 17 years ago
Tom Lane a26c7e3d71 Support set-returning functions in the target lists of Agg and Group plan 17 years ago
Tom Lane 8818f3793e Clarify description of pg_restore's handling of large objects. 17 years ago
Tom Lane e6a310b281 Reimplement text_position and related functions to use Boyer-Moore-Horspool 17 years ago
Tom Lane 2cf3f6694f Add a few more details in the source-code-formatting documentation. 17 years ago
Bruce Momjian 1cfd878643 Clarify documention workding for xip_list(). 17 years ago
Tom Lane 409c144d83 Adjust psql's new \ef command to present an empty CREATE FUNCTION template 17 years ago
Tom Lane 2c863ca818 Implement a psql command "\ef" to edit the definition of a function. 17 years ago
Bruce Momjian 2cdcf459ba Add comment about why pg_dump doesn't dump the public schema comment. 17 years ago