Commit Graph

33885 Commits (00dac6000d422033c3e8d191f01ee0e6525794c2)
 

Author SHA1 Message Date
Tom Lane 00dac6000d Refactor pattern_fixed_prefix() to avoid dealing in incomplete patterns. 13 years ago
Tom Lane e7ef6d7e24 Fix planner to pass correct collation to operator selectivity estimators. 13 years ago
Tom Lane c6aae3042b Simplify and document regex library's compact-NFA representation. 13 years ago
Alvaro Herrera a184e4db83 Convert libpq regress script to Perl 13 years ago
Alvaro Herrera adb9b7d53b Update libpq test expected output 13 years ago
Bruce Momjian 3c9b406420 Run updated copyright.pl on HEAD and 9.2 trees, updating the psql 13 years ago
Bruce Momjian d17c0135cd Have copyright.pl skip updating something that is just the current year, 13 years ago
Bruce Momjian 95203e0833 Modify copyright.pl so all lines are processed, not just the first 13 years ago
Bruce Momjian 5198ae8992 Fix copyright.pl to properly skip the .git directory by adding a 13 years ago
Bruce Momjian b9eb808bf2 Fix spacing in copyright.pl after being run with missing regex slash 13 years ago
Bruce Momjian c742d1dbe7 Update pg_upgrade comments for recent configpath fix. 13 years ago
Robert Haas f6a05fd973 Fix failure of new wchar->mb functions to advance from pointer. 13 years ago
Bruce Momjian 2eeb5eb23f Fix PGDATAOLD and PGDATANEW to properly set pgconfig location, per 13 years ago
Tom Lane 8525419947 Don't try to trim "../" in join_path_components(). 13 years ago
Heikki Linnakangas de479e2ed2 Revert part of the previous patch that avoided using PLy_elog(). 13 years ago
Heikki Linnakangas b66de4c6d7 Fix mapping of PostgreSQL encodings to Python encodings. 13 years ago
Tom Lane fc548b2296 Remove support for using wait3() in place of waitpid(). 13 years ago
Alvaro Herrera 666d494d19 pg_upgrade: abstract out copying of files from old cluster to new 13 years ago
Magnus Hagander 3644a63984 Fix function argument tab completion for schema-qualified or quoted function names 13 years ago
Bruce Momjian 539d38757a Fix missing regex slash that caused perltidy to get confused on 13 years ago
Bruce Momjian 042d9ffc28 Run newly-configured perltidy script on Perl files. 13 years ago
Robert Haas d7c734841b Reduce messages about implicit indexes and sequences to DEBUG1. 13 years ago
Bruce Momjian 3e00d33261 Have pg_dump in binary-upgrade mode properly drop user-created 13 years ago
Robert Haas 0fc32c00d7 Fix sample INSTR function to return 0 if third arg is 0. 13 years ago
Robert Haas 72dd6291f2 Add wchar -> mb conversion routines. 13 years ago
Robert Haas 248b5fce06 More doc cleanups for recent shared memory changes. 13 years ago
Robert Haas 390bfc643d Documentation cleanups for recent shared memory changes. 13 years ago
Robert Haas f358428280 Increase the maximum initdb-configured value for shared_buffers to 128MB. 13 years ago
Robert Haas 17676c785a Make oid2name, pgbench, and vacuumlo set fallback_application_name. 13 years ago
Magnus Hagander 10e0dd8f91 Remove duplicate, unnecessary, variable declaration 13 years ago
Magnus Hagander dbc6fcf35d Set the write location in the pg_receivexlog status messages 13 years ago
Magnus Hagander 0c4b468692 Always treat a standby returning an an invalid flush location as async 13 years ago
Magnus Hagander 817d870cf9 Remove reference to default wal_buffers being 8 13 years ago
Magnus Hagander 51fc406819 Remove references to pgfoundry as recommended hosting platform 13 years ago
Magnus Hagander d80785e6ed Remove references to PostgreSQL bundled on Solaris 13 years ago
Tom Lane 09022de1f5 Improve documentation about MULE encoding. 13 years ago
Alvaro Herrera 47a2adc83c Forgot an #include in the previous patch :-( 13 years ago
Alvaro Herrera 0c7b9dc7d0 Have REASSIGN OWNED work on extensions, too 13 years ago
Bruce Momjian b33385b89d Have copyright tool mention that certain files should be updated in back branches. 13 years ago
Robert Haas 6a77bff086 Remove misleading hints about reducing the System V request size. 13 years ago
Robert Haas 3cf39e6ddb Fix a stupid bug I introduced into XLogFlush(). 13 years ago
Robert Haas 3bb592bb20 Fix position of WalSndWakeupRequest call. 13 years ago
Peter Eisentraut 2b44306315 Assorted message style improvements 13 years ago
Tom Lane 41f4a0ab78 Fix to_date's handling of year 519. 13 years ago
Robert Haas 82cdd2df75 Work a little harder on comments for walsender wakeup patch. 13 years ago
Robert Haas f11e8be3e8 Make commit_delay much smarter. 13 years ago
Robert Haas f83b59997d Make walsender more responsive. 13 years ago
Tom Lane 9ad45c18b6 Fix race condition in enum value comparisons. 13 years ago
Tom Lane 39bfc94c86 Suppress compiler warnings in readfuncs.c. 13 years ago
Tom Lane fa188b5ef5 Remove inappropriate semicolons after function definitions. 13 years ago