index
:
users/andresfreund/postgres.git
REL9_2_STABLE-rwlock-contention
aio
bdr
bdr-next
bgwriter-rewrite
cabal-rebasing
checkpoint-flush
clone-fd-checkpointer
commit_ts
executor-rewrite
faster-expr-2
faster-hashtable
feature/hs-cancel-subtxn
feature/hs-cleanup
feature/hs-idle-query-cancellation
feature/idle-query-cancellation
header
hs-query-cancel
insert_conflict_4
insert_on_conflict
int/fastbloat
int/grouping_sets
int/grouping_sets_2
jit
jit-01
jsonb_and_hstore
latch
llvm-12
master
move-contrib-bins-to-bin
no-work-in-signal-handlers
oidnix
pgxact-split
pluggable-storage
pluggable-zheap
pluggable_compression
replication-identifiers
rwlock-contention
rwlock-contention-clean
sane-catalog
seqam-0.2
simple_statement_perf
speedup/frontend_protocol
speedup/slab2
speedup/slab2-experimental
tmp
tmp-insert-sgml-doc-fix
tmp-multixact-truncate
tmp2
xlogreader
Andres' PG stuff
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pl
/
plpython
Age
Commit message (
Expand
)
Author
2015-01-12
Fix some functions that were declared static then defined not-static.
Tom Lane
2015-01-06
Fix thinko in plpython error message
Alvaro Herrera
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-12-18
Improve hash_create's API for selecting simple-binary-key hash functions.
Tom Lane
2014-12-15
Translation updates
Peter Eisentraut
2014-11-17
Translation updates
Peter Eisentraut
2014-11-03
Re-remove dependency on the DLL of pythonxx.def file.
Noah Misch
2014-10-06
Translation updates
Peter Eisentraut
2014-07-21
Translation updates
Peter Eisentraut
2014-07-14
Add file version information to most installed Windows binaries.
Noah Misch
2014-07-05
Remove dead typeStruct variable from plpy_spi.c.
Kevin Grittner
2014-07-03
Improve support for composite types in PL/Python.
Tom Lane
2014-06-03
Make plpython_unicode regression test work in more database encodings.
Tom Lane
2014-05-30
On OS X, link libpython normally, ignoring the "framework" framework.
Tom Lane
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-04-30
PL/Python: Adjust the regression tests for Python 3.4
Peter Eisentraut
2014-04-18
Create function prototype as part of PG_FUNCTION_INFO_V1 macro
Peter Eisentraut
2014-04-08
Add new to_reg* functions for error-free OID lookups.
Robert Haas
2014-03-26
Fix refcounting bug in PLy_modify_tuple().
Tom Lane
2014-02-23
Prefer pg_any_to_server/pg_server_to_any over pg_do_encoding_conversion.
Tom Lane
2014-02-17
Prevent privilege escalation in explicit calls to PL validators.
Noah Misch
2014-02-14
Cosmetic improvements in plpython's make rule for libpython import library.
Tom Lane
2014-01-07
Update copyright for 2014
Bruce Momjian
2013-12-22
Change the way we mark tuples as frozen.
Robert Haas
2013-12-11
Add a regression test case for plpython function returning setof RECORD.
Tom Lane
2013-12-02
Translation updates
Peter Eisentraut
2013-11-27
Fix plpython3 expected output.
Heikki Linnakangas
2013-11-26
Oops, forgot to "git add" last minute changes to regression test.
Heikki Linnakangas
2013-11-26
Handle domains over arrays like plain arrays in PL/python.
Heikki Linnakangas
2013-10-25
Use improved vsnprintf calling logic in more places.
Tom Lane
2013-10-07
Translation updates
Peter Eisentraut
2013-09-02
Translation updates
Peter Eisentraut
2013-08-11
PL/Python: Adjust the regression tests for Python 3.3
Peter Eisentraut
2013-07-25
Prevent leakage of SPI tuple tables during subtransaction abort.
Tom Lane
2013-07-20
Fix error handling in PLy_spi_execute_fetch_result().
Tom Lane
2013-07-07
PL/Python: Make regression tests pass with older Python versions
Peter Eisentraut
2013-07-06
PL/Python: Convert numeric to Decimal
Peter Eisentraut
2013-07-02
Silence compiler warning in assertion-enabled builds.
Heikki Linnakangas
2013-06-14
PL/Python: Fix type mixup
Peter Eisentraut
2013-05-29
pgindent run for release 9.3
Bruce Momjian
2013-05-06
Translation updates
Peter Eisentraut
2013-03-06
Remove dependency on the DLL of pythonxx.def file.
Andrew Dunstan
2013-02-03
PL/Python: Add result object str handler
Peter Eisentraut
2013-01-31
Don't use spi_priv.h in plpython.
Tom Lane
2013-01-28
Handle SPIErrors raised directly in PL/Python code.
Heikki Linnakangas
2013-01-25
Fix plpython's handling of functions used as triggers on multiple tables.
Tom Lane
2013-01-08
Fix typo
Peter Eisentraut
2013-01-05
PL/Python: Make build on OS X more flexible
Peter Eisentraut
2013-01-05
Revert "PL/Python: Remove workaround for returning booleans in Python <2.3"
Peter Eisentraut
2013-01-01
Update copyrights for 2013
Bruce Momjian
[next]