0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 01, 2024 — Aug 01, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update oidjoins regression test for 9.0.
tester_123
as Tom Lane
More... over 15 years ago
Add some more structure and bits of information to PL/Python documentation More... over 15 years ago
Revert all keepalive moves, reevaluate.
tester_123
as Bruce Momjian
More... over 15 years ago
Move more tcp keepalive macros to be consistent.
tester_123
as Bruce Momjian
More... over 15 years ago
Move TCP keepalive macro definition
tester_123
as Bruce Momjian
More... over 15 years ago
Add libpq warning message if the .pgpass-retrieved password fails.
tester_123
as Bruce Momjian
More... over 15 years ago
Update shared memory configuration information for Linux More... over 15 years ago
Document what user name email symbols are supported by tsearch.
tester_123
as Bruce Momjian
More... over 15 years ago
Allow underscores in tsearch email addressses, per RFC 5322 and report by Dan O'Hara.
tester_123
as Bruce Momjian
More... over 15 years ago
Small adjustment by pgindent.
tester_123
as Bruce Momjian
More... over 15 years ago
Re-add comma, oops.
tester_123
as Bruce Momjian
More... over 15 years ago
Add some logging code for unexpected cases in pgstat.c, particularly being unable to read a stats file for reasons other than ENOENT, and having to reset last_statrequest because it's later than current time in the collector. Not clear if this will shed any light on the "pgstat wait timeout" business, but it seems like a good idea in general.
tester_123
as Tom Lane
More... over 15 years ago
Fix a commented-out block of code that pgindent didn't understand properly; it's been making that comment uglier with each run.
tester_123
as Tom Lane
More... over 15 years ago
Remove unnecessary comma in documentation.
tester_123
as Bruce Momjian
More... over 15 years ago
Add missing reset of need_initialization in reloptions code.
tester_123
as Tom Lane
More... over 15 years ago
Modify psql's \d printout to fold exclusion constraints in with regular indexes, rather than printing them twice. Per my gripe when the exclusion constraint feature was committed.
tester_123
as Tom Lane
More... over 15 years ago
Sync timezone code with tzcode 2010c from the Olson group. This fixes some corner cases that come up in certain timezones (apparently, only those with lots and lots of distinct TZ transition rules, as far as I can gather from a quick scan of their archives). Per suggestion from Jeevan Chalke.
tester_123
as Tom Lane
More... over 15 years ago
Fix bug in KnownAssignedXidsMany(). I saw this when looking at the assertion failure reported by Erik Rijkers, but this alone doesn't explain the failure. More... over 15 years ago
Fix comment which was apparently copy-pasted from another function. More... over 15 years ago
Simplify a couple of pg_dump and psql \d queries about index constraints by joining to pg_constraint.conindid, instead of the former technique of joining indirectly through pg_depend. This is much more straightforward and probably faster as well. I had originally desisted from changing these queries when conindid was added because I was worried about losing performance, but if we join on conrelid as well as conindid then the index on conrelid can be used when pg_constraint is large.
tester_123
as Tom Lane
More... over 15 years ago
Update comment for pg_constraint.conindid to mention that it's used for exclusion constraints. Not sure how we managed to update the comment for it in catalogs.sgml but miss this one.
tester_123
as Tom Lane
More... over 15 years ago
Fix incorrect comment about permissions checking being done in utility.c. More... over 15 years ago
pg_start_backup() can use a share lock to lock ControlFileLock instead of an exclusive lock. More... over 15 years ago
Preliminary release notes for releases 8.4.3, 8.3.10, 8.2.16, 8.1.20, 8.0.24, 7.4.28.
tester_123
as Tom Lane
More... over 15 years ago
Use SvROK(sv) rather than directly checking SvTYPE(sv) == SVt_RV in plperl. The latter is considered unwarranted chumminess with the implementation, and can lead to crashes with recent Perl versions.
tester_123
as Tom Lane
More... over 15 years ago
Update time zone data files to tzdata release 2010d: DST law changes in Fiji, Samoa, Chile; corrections to recent changes in Paraguay and Bangladesh. More... over 15 years ago
ecpg now adds a unique counter to its varchar struct definitions to make these definitions unique, too. It used to use the linenumber but in the rare case of two definitions in one line this was not unique. More... over 15 years ago
Add checks for valid encoding of query strings passed to SPI by plperl. More... over 15 years ago
Return proper exit code (3) from psql when ON_ERROR_STOP=on and --single-transaction are both used and the failure happens in commit, e.g. failed deferred trigger. Also properly free BEGIN/COMMIT result structures from --single-transaction.
tester_123
as Bruce Momjian
More... over 15 years ago
Add missing space in example. More... over 15 years ago