2005-04-20 |
Tom Lane | Don't try to run clauseless index scans on index types... |
commit | commitdiff | tree | snapshot |
2005-04-20 |
Tom Lane | Fix mis-display of negative fractional seconds in inter... |
commit | commitdiff | tree | snapshot |
2005-04-19 |
Teodor Sigaev | Add comment about permissions on pg_ts* tables |
commit | commitdiff | tree | snapshot |
2005-04-19 |
Bruce Momjian | Update PITR wording, per Simon. |
commit | commitdiff | tree | snapshot |
2005-04-18 |
Tom Lane | pg_dumpall should enforce the server version check... |
commit | commitdiff | tree | snapshot |
2005-04-18 |
Tom Lane | record_in and record_recv must be careful to return... |
commit | commitdiff | tree | snapshot |
2005-04-18 |
Bruce Momjian | Update PITR mention of which WAL files are needed. |
commit | commitdiff | tree | snapshot |
2005-04-17 |
Bruce Momjian | Clarify name of file to be checked for PITR expiring. |
commit | commitdiff | tree | snapshot |
2005-04-15 |
Bruce Momjian | Fix comment typo. |
commit | commitdiff | tree | snapshot |
2005-04-15 |
Tom Lane | Revert addition of poorly-thought-out DUMP TIMESTAMP... |
commit | commitdiff | tree | snapshot |
2005-04-14 |
Tom Lane | Make equalTupleDescs() compare attlen/attbyval/attalign... |
commit | commitdiff | tree | snapshot |
2005-04-14 |
Tom Lane | Don't try to constant-fold functions returning RECORD... |
commit | commitdiff | tree | snapshot |
2005-04-14 |
Michael Meskes | Added patch by Philip Yarra <philip.yarra@internode... |
commit | commitdiff | tree | snapshot |
2005-04-11 |
Tom Lane | Fix interaction between materializing holdable cursors... |
commit | commitdiff | tree | snapshot |
2005-04-11 |
Tom Lane | PersistHoldablePortal must establish the correct value... |
commit | commitdiff | tree | snapshot |
2005-04-10 |
Tom Lane | Make constant-folding produce sane output for COALESCE... |
commit | commitdiff | tree | snapshot |
2005-04-10 |
Tom Lane | SQL functions returning pass-by-reference types were... |
commit | commitdiff | tree | snapshot |
2005-04-07 |
Tom Lane | Stamp 8.0.2. REL8_0_2 |
commit | commitdiff | tree | snapshot |
2005-04-07 |
Tom Lane | Update and copy-edit release notes for 8.0.2. |
commit | commitdiff | tree | snapshot |
2005-04-04 |
Tom Lane | In cost_mergejoin, the early-exit effect should not... |
commit | commitdiff | tree | snapshot |
2005-04-03 |
Tom Lane | Put back code mistakenly removed from copy of postmaster's |
commit | commitdiff | tree | snapshot |
2005-04-02 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree | snapshot |
2005-04-02 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree | snapshot |
2005-04-02 |
Bruce Momjian | Fix release not typo. |
commit | commitdiff | tree | snapshot |
2005-04-02 |
Bruce Momjian | Update release notes for 8.0.2. |
commit | commitdiff | tree | snapshot |
2005-04-01 |
Tom Lane | Second try at making examine_variable and friends behav... |
commit | commitdiff | tree | snapshot |
2005-04-01 |
Bruce Momjian | Backpatch FAQ's to 8.0.X. |
commit | commitdiff | tree | snapshot |
2005-04-01 |
Bruce Momjian | Fix wrong week returnded by date_trunc('week') for... |
commit | commitdiff | tree | snapshot |
2005-03-31 |
Tom Lane | Flush any remaining statistics counts out to the collec... |
commit | commitdiff | tree | snapshot |
2005-03-31 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree | snapshot |
2005-03-31 |
Teodor Sigaev | Fix various comparing functions |
commit | commitdiff | tree | snapshot |
2005-03-30 |
Neil Conway | Document that the "-P" option to pg_autovacuum is insec... |
commit | commitdiff | tree | snapshot |
2005-03-26 |
Tom Lane | Fix a pair of related issues with estimation of inequal... |
commit | commitdiff | tree | snapshot |
2005-03-26 |
Bruce Momjian | Make additional stamps for 8.0.2. |
commit | commitdiff | tree | snapshot |
2005-03-26 |
PostgreSQL... | Tag for 8.0.2beta1 |
commit | commitdiff | tree | snapshot |
2005-03-26 |
Tom Lane | Add Windows-specific variant comparison file. |
commit | commitdiff | tree | snapshot |
2005-03-26 |
Tom Lane | Add another ORDER BY to rules test to eliminate platfor... |
commit | commitdiff | tree | snapshot |
2005-03-26 |
Tom Lane | Prevent to_char(interval) from dumping core on month... |
commit | commitdiff | tree | snapshot |
2005-03-25 |
Tom Lane | Remove lazy_update_relstats; go back to having VACUUM... |
commit | commitdiff | tree | snapshot |
2005-03-25 |
Bruce Momjian | Have libpgport link before libpq so that PG client... |
commit | commitdiff | tree | snapshot |
2005-03-25 |
Tom Lane | Fix two bugs in change_owner_recurse_to_sequences:... |
commit | commitdiff | tree | snapshot |
2005-03-25 |
Tom Lane | Update and copy-edit description of privileges. |
commit | commitdiff | tree | snapshot |
2005-03-25 |
Tom Lane | Add missing min/max parameters to DefineCustomIntVariab... |
commit | commitdiff | tree | snapshot |
2005-03-25 |
Tom Lane | Fix to_date to behave reasonably when CC and YY fields... |
commit | commitdiff | tree | snapshot |
2005-03-25 |
Tom Lane | Kerberos fixes from Magnus Hagander --- in theory Kerbe... |
commit | commitdiff | tree | snapshot |
2005-03-24 |
Tom Lane | Revert ill-conceived change of libpq linkage --- breaks... |
commit | commitdiff | tree | snapshot |
2005-03-24 |
Tom Lane | array_map can't use the fn_extra field of the provided... |
commit | commitdiff | tree | snapshot |
2005-03-24 |
Bruce Momjian | Force PG client applications to link to non-shared... |
commit | commitdiff | tree | snapshot |
2005-03-24 |
Tom Lane | Tweak planner to use a minimum size estimate of 10... |
commit | commitdiff | tree | snapshot |
2005-03-24 |
Tom Lane | Fix python regression testing script to bail out early... |
commit | commitdiff | tree | snapshot |
2005-03-24 |
Tom Lane | Adjust plpython to convert \r\n and \r to \n in Python... |
commit | commitdiff | tree | snapshot |
2005-03-24 |
Bruce Momjian | Change Win32 O_SYNC method to O_DSYNC because that... |
commit | commitdiff | tree | snapshot |
2005-03-24 |
Tom Lane | Add missing error checking in readdir() loops. |
commit | commitdiff | tree | snapshot |
2005-03-23 |
Tom Lane | Add note about risks involved in replaying CREATE TABLE... |
commit | commitdiff | tree | snapshot |
2005-03-23 |
Tom Lane | Previous "64-bit fix" for intagg didn't actually work... |
commit | commitdiff | tree | snapshot |
2005-03-23 |
Tom Lane | WAL must log CREATE and DROP DATABASE operations *witho... |
commit | commitdiff | tree | snapshot |
2005-03-21 |
Tom Lane | Fix quote_ident to use quote_identifier rather than... |
commit | commitdiff | tree | snapshot |
2005-03-18 |
Tom Lane | Put 'dump complete' message in the right place, so... |
commit | commitdiff | tree | snapshot |
2005-03-18 |
Tom Lane | Need to reset local buffer pin counts, not only shared... |
commit | commitdiff | tree | snapshot |
2005-03-18 |
Michael Meskes | Added patch by Christof Petig <christof@petig-baender... |
commit | commitdiff | tree | snapshot |
2005-03-18 |
Tom Lane | Need to release buffer pins before attempting to drop... |
commit | commitdiff | tree | snapshot |
2005-03-18 |
Tom Lane | Treat EPERM as a non-error case when checking to see... |
commit | commitdiff | tree | snapshot |
2005-03-17 |
Bruce Momjian | Backpatch to 8.0.X, already in HEAD: |
commit | commitdiff | tree | snapshot |
2005-03-16 |
Bruce Momjian | Add missing include for new lc_ctype_is_c() function. |
commit | commitdiff | tree | snapshot |
2005-03-16 |
Bruce Momjian | Prevent locale-aware handling of upper, lower, and... |
commit | commitdiff | tree | snapshot |
2005-03-13 |
Bruce Momjian | Increment all major version numbers in 8.0.X to force... |
commit | commitdiff | tree | snapshot |
2005-03-12 |
Tom Lane | Fix ALTER DATABASE RENAME to allow the operation if... |
commit | commitdiff | tree | snapshot |
2005-03-12 |
Neil Conway | Some builds (depends on crypto engine support?) of... |
commit | commitdiff | tree | snapshot |
2005-03-12 |
Tom Lane | Fix problem with infinite recursion between write_syslo... |
commit | commitdiff | tree | snapshot |
2005-03-11 |
Bruce Momjian | Here's the patch to fix a lot of markup errors in the... |
commit | commitdiff | tree | snapshot |
2005-03-07 |
Bruce Momjian | Properly implement "Response files" for bcc. Add URL... |
commit | commitdiff | tree | snapshot |
2005-03-05 |
Teodor Sigaev | Prevent rank change in case of duplicate search terms |
commit | commitdiff | tree | snapshot |
2005-03-03 |
Tom Lane | Replace ARC cache management algorithm with the similar... |
commit | commitdiff | tree | snapshot |
2005-03-01 |
Tom Lane | Release proclock immediately in RemoveFromWaitQueue... |
commit | commitdiff | tree | snapshot |
2005-03-01 |
Tom Lane | Adjust OR indexscan logic to not generate redundant... |
commit | commitdiff | tree | snapshot |
2005-03-01 |
Tom Lane | Revert the logic for expanding AND/OR conditions in... |
commit | commitdiff | tree | snapshot |
2005-02-27 |
Bruce Momjian | Tab indent all actions in bcc32.mak, and do it on win32... |
commit | commitdiff | tree | snapshot |
2005-02-27 |
Teodor Sigaev | Further fix int64/float8 time/timetz |
commit | commitdiff | tree | snapshot |
2005-02-27 |
Teodor Sigaev | Further fix time/timetz... |
commit | commitdiff | tree | snapshot |
2005-02-26 |
Bruce Momjian | Backpatch clarification of PGPASSWORD to 8.0.X. |
commit | commitdiff | tree | snapshot |
2005-02-25 |
Bruce Momjian | Add linking from /port to bcc makefile. |
commit | commitdiff | tree | snapshot |
2005-02-25 |
Teodor Sigaev | Fix float8->int64 transformation |
commit | commitdiff | tree | snapshot |
2005-02-25 |
Bruce Momjian | Backpatch FAQ to 8.0.X. |
commit | commitdiff | tree | snapshot |
2005-02-22 |
Tom Lane | Document that only a table's owner may TRUNCATE it... |
commit | commitdiff | tree | snapshot |
2005-02-22 |
Bruce Momjian | Update initdb locale/encoding documentation description... |
commit | commitdiff | tree | snapshot |
2005-02-21 |
Bruce Momjian | Try to get Borland CC to compile. |
commit | commitdiff | tree | snapshot |
2005-02-21 |
Bruce Momjian | Update Russian FAQ. |
commit | commitdiff | tree | snapshot |
2005-02-21 |
Teodor Sigaev | Simplify defines |
commit | commitdiff | tree | snapshot |
2005-02-21 |
Teodor Sigaev | Fix memory leak for timestamp(with and w/o tz) and... |
commit | commitdiff | tree | snapshot |
2005-02-21 |
Neil Conway | Fix two typos, per report from Hashem Masoud. |
commit | commitdiff | tree | snapshot |
2005-02-21 |
Neil Conway | Document the "register" and "unregister" pg_ctl subcomm... |
commit | commitdiff | tree | snapshot |
2005-02-19 |
Tom Lane | New arrangement to always let the bgwriter do checkpoin... |
commit | commitdiff | tree | snapshot |
2005-02-19 |
Tom Lane | Ensure that the resolved datatype of any unknown Param... |
commit | commitdiff | tree | snapshot |
2005-02-14 |
Tom Lane | ALTER LANGUAGE RENAME has never worked. Per Sergey... |
commit | commitdiff | tree | snapshot |
2005-02-13 |
Bruce Momjian | Print file name and errno string on rmtree failure. |
commit | commitdiff | tree | snapshot |
2005-02-11 |
Peter Eisentraut | Translation updates |
commit | commitdiff | tree | snapshot |
2005-02-11 |
Bruce Momjian | Update to Russian FAQ, HEAD and 8.0.X. |
commit | commitdiff | tree | snapshot |
2005-02-11 |
Bruce Momjian | Mention that some psql environment variables come from... |
commit | commitdiff | tree | snapshot |
2005-02-10 |
Tom Lane | Fix SPI cursor support to allow scanning the results... |
commit | commitdiff | tree | snapshot |
2005-02-10 |
Michael Meskes | Fixed more parsing bugs in other CREATE statements. |
commit | commitdiff | tree | snapshot |
next |